Html Css Color HEX #76011E Burgundy

📋 copy color: '#76011E'

red 118 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #76011E

Tints of Burgundy #76011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 79.19%
G = 0.67%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76011E (or 0x76011E) is known color: Burgundy. HEX triplet: 76, 01 and 1E. RGB value is (118,1,30). Sum of RGB (Red+Green+Blue) = 118+1+30=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #76011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76011E is #89FEE1. Grayscale: #272727. Windows color (decimal): -9043682 or 1966454. OLE color: 1966454.

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

Color convert

RGB 118 1 30 -
CMYK 0 0.99 0.75 0.54
HSL 345.13º 0.98% 0.23% -
HSV(B) 345.13º 0.99% 0.46% -
XYZ 7.72 3.97 1.59 -
YUV 39.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 118 1 30 0 0.99 0.75 0.54 345.13 0.98 0.23
Hex 76 1 1E 0 63 4B 36 159 62 17
Octal 166 1 36 0 143 113 66 531 142 27
Binary 1110110 1 11110 0 1100011 1001011 110110 101011001 1100010 10111

Color Harmonies of #76011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76011E

Black with #76011E

Text Example


Text Example

White with #76011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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