Html Css Color HEX #930A2E Burgundy

📋 copy color: '#930A2E'

red 147 ◦ green 10 ◦ blue 46

#930A2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #930A2E

Tints of Burgundy #930A2E

RGB

 RED value IS 147 (57.81% from 255) = 72.41%

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 72.41%
G = 4.93%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#930A2E (or 0x930A2E) is known color: Burgundy. HEX triplet: 93, 0A and 2E. RGB value is (147,10,46). Sum of RGB (Red+Green+Blue) = 147+10+46=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #930A2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A2E is #6CF5D1. Grayscale: #373737. Windows color (decimal): -7140818 or 3017363. OLE color: 3017363.

HSL color Cylindrical-coordinate representation of color #930A2E: hue angle of 344.23º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A2E is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 10 46 -
CMYK 0 0.93 0.69 0.42
HSL 344.23º 0.87% 0.31% -
HSV(B) 344.23º 0.93% 0.58% -
XYZ 12.63 6.62 3.2 -
YUV 55.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 147 10 46 0 0.93 0.69 0.42 344.23 0.87 0.31
Hex 93 A 2E 0 5D 45 2A 158 57 1F
Octal 223 12 56 0 135 105 52 530 127 37
Binary 10010011 1010 101110 0 1011101 1000101 101010 101011000 1010111 11111

Color Harmonies of #930A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A2E

Black with #930A2E

Text Example


Text Example

White with #930A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A2E; }

 p { color: rgb(147,10,46); }

 H1.HeaderClassName
 {
   color: #930A2E;
 }
 .AnyTagClassName
 {
   color: #930A2E;
 }
</style>

background-color css

<style>
 a { background-color: #930A2E; }

 a { background-color: rgb(147,10,46); }

 div.DivClassName
 {
   background-color: #930A2E;
 }
 .BgClassName
 {
   background-color: #930A2E;
 }
</style>

border-color css

<style>
 span { border-color: #930A2E; }

 span { border-color: rgb(147,10,46); }

 td.TdClassName
 {
   border-color: #930A2E;
 }
 .TagClassName
 {
   border-color: #930A2E;
 }
</style>