Html Css Color HEX #76011C Burgundy

📋 copy color: '#76011C'

red 118 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #76011C

Tints of Burgundy #76011C

RGB

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

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

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

R = 80.27%
G = 0.68%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76011C (or 0x76011C) is known color: Burgundy. HEX triplet: 76, 01 and 1C. RGB value is (118,1,28). Sum of RGB (Red+Green+Blue) = 118+1+28=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #76011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76011C is #89FEE3. Grayscale: #272727. Windows color (decimal): -9043684 or 1835382. OLE color: 1835382.

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

Color convert

RGB 118 1 28 -
CMYK 0 0.99 0.76 0.54
HSL 346.15º 0.98% 0.23% -
HSV(B) 346.15º 0.99% 0.46% -
XYZ 7.69 3.96 1.46 -
YUV 39.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 118 1 28 0 0.99 0.76 0.54 346.15 0.98 0.23
Hex 76 1 1C 0 63 4C 36 15A 62 17
Octal 166 1 34 0 143 114 66 532 142 27
Binary 1110110 1 11100 0 1100011 1001100 110110 101011010 1100010 10111

Color Harmonies of #76011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76011C

Black with #76011C

Text Example


Text Example

White with #76011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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