Html Css Color HEX #740211 Burgundy

📋 copy color: '#740211'

red 116 ◦ green 2 ◦ blue 17

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

Shades of Burgundy #740211

Tints of Burgundy #740211

RGB

 RED value IS 116 (45.7% from 255) = 85.93%

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 85.93%
G = 1.48%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#740211 (or 0x740211) is known color: Burgundy. HEX triplet: 74, 02 and 11. RGB value is (116,2,17). Sum of RGB (Red+Green+Blue) = 116+2+17=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #740211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740211 is #8BFDEE. Grayscale: #252525. Windows color (decimal): -9174511 or 1114740. OLE color: 1114740.

HSL color Cylindrical-coordinate representation of color #740211: hue angle of 352.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740211 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 17 -
CMYK 0 0.98 0.85 0.55
HSL 352.11º 0.97% 0.23% -
HSV(B) 352.11º 0.98% 0.45% -
XYZ 7.33 3.8 0.88 -
YUV 37.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 116 2 17 0 0.98 0.85 0.55 352.11 0.97 0.23
Hex 74 2 11 0 62 55 37 160 61 17
Octal 164 2 21 0 142 125 67 540 141 27
Binary 1110100 10 10001 0 1100010 1010101 110111 101100000 1100001 10111

Color Harmonies of #740211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740211

Black with #740211

Text Example


Text Example

White with #740211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740211; }

 p { color: rgb(116,2,17); }

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

background-color css

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

 a { background-color: rgb(116,2,17); }

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

border-color css

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

 span { border-color: rgb(116,2,17); }

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