Html Css Color HEX #78011E Burgundy

📋 copy color: '#78011E'

red 120 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #78011E

Tints of Burgundy #78011E

RGB

 RED value IS 120 (47.27% from 255) = 79.47%

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

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

R = 79.47%
G = 0.66%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78011E (or 0x78011E) is known color: Burgundy. HEX triplet: 78, 01 and 1E. RGB value is (120,1,30). Sum of RGB (Red+Green+Blue) = 120+1+30=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #78011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78011E is #87FEE1. Grayscale: #272727. Windows color (decimal): -8912610 or 1966456. OLE color: 1966456.

HSL color Cylindrical-coordinate representation of color #78011E: hue angle of 345.38º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78011E is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 30 -
CMYK 0 0.99 0.75 0.53
HSL 345.38º 0.98% 0.24% -
HSV(B) 345.38º 0.99% 0.47% -
XYZ 7.99 4.11 1.6 -
YUV 39.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 120 1 30 0 0.99 0.75 0.53 345.38 0.98 0.24
Hex 78 1 1E 0 63 4B 35 159 62 18
Octal 170 1 36 0 143 113 65 531 142 30
Binary 1111000 1 11110 0 1100011 1001011 110101 101011001 1100010 11000

Color Harmonies of #78011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78011E

Black with #78011E

Text Example


Text Example

White with #78011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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