Html Css Color HEX #740812 Burgundy

📋 copy color: '#740812'

red 116 ◦ green 8 ◦ blue 18

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

Shades of Burgundy #740812

Tints of Burgundy #740812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 81.69%
G = 5.63%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#740812 (or 0x740812) is known color: Burgundy. HEX triplet: 74, 08 and 12. RGB value is (116,8,18). Sum of RGB (Red+Green+Blue) = 116+8+18=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #740812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740812 is #8BF7ED. Grayscale: #292929. Windows color (decimal): -9172974 or 1181812. OLE color: 1181812.

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

Color convert

RGB 116 8 18 -
CMYK 0 0.93 0.84 0.55
HSL 354.44º 0.87% 0.24% -
HSV(B) 354.44º 0.93% 0.45% -
XYZ 7.4 3.93 0.94 -
YUV 41.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 116 8 18 0 0.93 0.84 0.55 354.44 0.87 0.24
Hex 74 8 12 0 5D 54 37 162 57 18
Octal 164 10 22 0 135 124 67 542 127 30
Binary 1110100 1000 10010 0 1011101 1010100 110111 101100010 1010111 11000

Color Harmonies of #740812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740812

Black with #740812

Text Example


Text Example

White with #740812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740812; }

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

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

background-color css

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

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

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

border-color css

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

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

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