Html Css Color HEX #760912 Burgundy

📋 copy color: '#760912'

red 118 ◦ green 9 ◦ blue 18

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

Shades of Burgundy #760912

Tints of Burgundy #760912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 81.38%
G = 6.21%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#760912 (or 0x760912) is known color: Burgundy. HEX triplet: 76, 09 and 12. RGB value is (118,9,18). Sum of RGB (Red+Green+Blue) = 118+9+18=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #760912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760912 is #89F6ED. Grayscale: #2A2A2A. Windows color (decimal): -9041646 or 1182070. OLE color: 1182070.

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

Color convert

RGB 118 9 18 -
CMYK 0 0.92 0.85 0.54
HSL 355.05º 0.86% 0.25% -
HSV(B) 355.05º 0.92% 0.46% -
XYZ 7.68 4.09 0.96 -
YUV 42.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 118 9 18 0 0.92 0.85 0.54 355.05 0.86 0.25
Hex 76 9 12 0 5C 55 36 163 56 19
Octal 166 11 22 0 134 125 66 543 126 31
Binary 1110110 1001 10010 0 1011100 1010101 110110 101100011 1010110 11001

Color Harmonies of #760912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760912

Black with #760912

Text Example


Text Example

White with #760912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760912; }

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

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

background-color css

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

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

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

border-color css

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

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

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