Html Css Color HEX #74080F Burgundy

📋 copy color: '#74080F'

red 116 ◦ green 8 ◦ blue 15

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

Shades of Burgundy #74080F

Tints of Burgundy #74080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 83.45%
G = 5.76%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74080F (or 0x74080F) is known color: Burgundy. HEX triplet: 74, 08 and 0F. RGB value is (116,8,15). Sum of RGB (Red+Green+Blue) = 116+8+15=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #74080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74080F is #8BF7F0. Grayscale: #292929. Windows color (decimal): -9172977 or 985204. OLE color: 985204.

HSL color Cylindrical-coordinate representation of color #74080F: hue angle of 356.11º 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 #74080F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 15 -
CMYK 0 0.93 0.87 0.55
HSL 356.11º 0.87% 0.24% -
HSV(B) 356.11º 0.93% 0.45% -
XYZ 7.38 3.92 0.82 -
YUV 41.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 116 8 15 0 0.93 0.87 0.55 356.11 0.87 0.24
Hex 74 8 F 0 5D 57 37 164 57 18
Octal 164 10 17 0 135 127 67 544 127 30
Binary 1110100 1000 1111 0 1011101 1010111 110111 101100100 1010111 11000

Color Harmonies of #74080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74080F

Black with #74080F

Text Example


Text Example

White with #74080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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