Html Css Color HEX #74080C Burgundy

📋 copy color: '#74080C'

red 116 ◦ green 8 ◦ blue 12

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

Shades of Burgundy #74080C

Tints of Burgundy #74080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

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

R = 85.29%
G = 5.88%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74080C (or 0x74080C) is known color: Burgundy. HEX triplet: 74, 08 and 0C. RGB value is (116,8,12). Sum of RGB (Red+Green+Blue) = 116+8+12=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #74080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74080C is #8BF7F3. Grayscale: #282828. Windows color (decimal): -9172980 or 788596. OLE color: 788596.

HSL color Cylindrical-coordinate representation of color #74080C: hue angle of 357.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74080C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 12 -
CMYK 0 0.93 0.90 0.55
HSL 357.78º 0.87% 0.24% -
HSV(B) 357.78º 0.93% 0.45% -
XYZ 7.36 3.91 0.72 -
YUV 40.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 116 8 12 0 0.93 0.90 0.55 357.78 0.87 0.24
Hex 74 8 C 0 5D 5A 37 166 57 18
Octal 164 10 14 0 135 132 67 546 127 30
Binary 1110100 1000 1100 0 1011101 1011010 110111 101100110 1010111 11000

Color Harmonies of #74080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74080C

Black with #74080C

Text Example


Text Example

White with #74080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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