Html Css Color HEX #76050C Burgundy

📋 copy color: '#76050C'

red 118 ◦ green 5 ◦ blue 12

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

Shades of Burgundy #76050C

Tints of Burgundy #76050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 87.41%
G = 3.7%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76050C (or 0x76050C) is known color: Burgundy. HEX triplet: 76, 05 and 0C. RGB value is (118,5,12). Sum of RGB (Red+Green+Blue) = 118+5+12=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #76050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76050C is #89FAF3. Grayscale: #272727. Windows color (decimal): -9042676 or 787830. OLE color: 787830.

HSL color Cylindrical-coordinate representation of color #76050C: hue angle of 356.28º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76050C is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 12 -
CMYK 0 0.96 0.90 0.54
HSL 356.28º 0.92% 0.24% -
HSV(B) 356.28º 0.96% 0.46% -
XYZ 7.59 3.99 0.72 -
YUV 39.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 118 5 12 0 0.96 0.90 0.54 356.28 0.92 0.24
Hex 76 5 C 0 60 5A 36 164 5C 18
Octal 166 5 14 0 140 132 66 544 134 30
Binary 1110110 101 1100 0 1100000 1011010 110110 101100100 1011100 11000

Color Harmonies of #76050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76050C

Black with #76050C

Text Example


Text Example

White with #76050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76050C; }

 p { color: rgb(118,5,12); }

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

background-color css

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

 a { background-color: rgb(118,5,12); }

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

border-color css

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

 span { border-color: rgb(118,5,12); }

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