Html Css Color HEX #76051C Burgundy

📋 copy color: '#76051C'

red 118 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #76051C

Tints of Burgundy #76051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 78.15%
G = 3.31%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76051C (or 0x76051C) is known color: Burgundy. HEX triplet: 76, 05 and 1C. RGB value is (118,5,28). Sum of RGB (Red+Green+Blue) = 118+5+28=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #76051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76051C is #89FAE3. Grayscale: #292929. Windows color (decimal): -9042660 or 1836406. OLE color: 1836406.

HSL color Cylindrical-coordinate representation of color #76051C: hue angle of 347.79º 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 #76051C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 28 -
CMYK 0 0.96 0.76 0.54
HSL 347.79º 0.92% 0.24% -
HSV(B) 347.79º 0.96% 0.46% -
XYZ 7.74 4.04 1.47 -
YUV 41.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 118 5 28 0 0.96 0.76 0.54 347.79 0.92 0.24
Hex 76 5 1C 0 60 4C 36 15C 5C 18
Octal 166 5 34 0 140 114 66 534 134 30
Binary 1110110 101 11100 0 1100000 1001100 110110 101011100 1011100 11000

Color Harmonies of #76051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76051C

Black with #76051C

Text Example


Text Example

White with #76051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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