Html Css Color HEX #760412 Burgundy

📋 copy color: '#760412'

red 118 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #760412

Tints of Burgundy #760412

RGB

 RED value IS 118 (46.48% from 255) = 84.29%

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 84.29%
G = 2.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#760412 (or 0x760412) is known color: Burgundy. HEX triplet: 76, 04 and 12. RGB value is (118,4,18). Sum of RGB (Red+Green+Blue) = 118+4+18=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760412 is #89FBED. Grayscale: #272727. Windows color (decimal): -9042926 or 1180790. OLE color: 1180790.

HSL color Cylindrical-coordinate representation of color #760412: hue angle of 352.63º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760412 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 18 -
CMYK 0 0.97 0.85 0.54
HSL 352.63º 0.93% 0.24% -
HSV(B) 352.63º 0.97% 0.46% -
XYZ 7.62 3.98 0.94 -
YUV 39.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 118 4 18 0 0.97 0.85 0.54 352.63 0.93 0.24
Hex 76 4 12 0 61 55 36 161 5D 18
Octal 166 4 22 0 141 125 66 541 135 30
Binary 1110110 100 10010 0 1100001 1010101 110110 101100001 1011101 11000

Color Harmonies of #760412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760412

Black with #760412

Text Example


Text Example

White with #760412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760412; }

 p { color: rgb(118,4,18); }

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

background-color css

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

 a { background-color: rgb(118,4,18); }

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

border-color css

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

 span { border-color: rgb(118,4,18); }

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