Html Css Color HEX #760112 Burgundy

📋 copy color: '#760112'

red 118 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #760112

Tints of Burgundy #760112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

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

R = 86.13%
G = 0.73%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#760112 (or 0x760112) is known color: Burgundy. HEX triplet: 76, 01 and 12. RGB value is (118,1,18). Sum of RGB (Red+Green+Blue) = 118+1+18=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #760112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760112 is #89FEED. Grayscale: #252525. Windows color (decimal): -9043694 or 1180022. OLE color: 1180022.

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

Color convert

RGB 118 1 18 -
CMYK 0 0.99 0.85 0.54
HSL 351.28º 0.98% 0.23% -
HSV(B) 351.28º 0.99% 0.46% -
XYZ 7.59 3.92 0.93 -
YUV 37.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 118 1 18 0 0.99 0.85 0.54 351.28 0.98 0.23
Hex 76 1 12 0 63 55 36 15F 62 17
Octal 166 1 22 0 143 125 66 537 142 27
Binary 1110110 1 10010 0 1100011 1010101 110110 101011111 1100010 10111

Color Harmonies of #760112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760112

Black with #760112

Text Example


Text Example

White with #760112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760112; }

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

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

background-color css

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

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

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

border-color css

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

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

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