Html Css Color HEX #74020C Burgundy

📋 copy color: '#74020C'

red 116 ◦ green 2 ◦ blue 12

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

Shades of Burgundy #74020C

Tints of Burgundy #74020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 89.23%
G = 1.54%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74020C (or 0x74020C) is known color: Burgundy. HEX triplet: 74, 02 and 0C. RGB value is (116,2,12). Sum of RGB (Red+Green+Blue) = 116+2+12=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #74020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74020C is #8BFDF3. Grayscale: #252525. Windows color (decimal): -9174516 or 787060. OLE color: 787060.

HSL color Cylindrical-coordinate representation of color #74020C: hue angle of 354.74º 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 #74020C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 12 -
CMYK 0 0.98 0.90 0.55
HSL 354.74º 0.97% 0.23% -
HSV(B) 354.74º 0.98% 0.45% -
XYZ 7.29 3.78 0.69 -
YUV 37.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 116 2 12 0 0.98 0.90 0.55 354.74 0.97 0.23
Hex 74 2 C 0 62 5A 37 163 61 17
Octal 164 2 14 0 142 132 67 543 141 27
Binary 1110100 10 1100 0 1100010 1011010 110111 101100011 1100001 10111

Color Harmonies of #74020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74020C

Black with #74020C

Text Example


Text Example

White with #74020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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