Html Css Color HEX #78010E Burgundy

📋 copy color: '#78010E'

red 120 ◦ green 1 ◦ blue 14

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

Shades of Burgundy #78010E

Tints of Burgundy #78010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 88.89%
G = 0.74%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#78010E (or 0x78010E) is known color: Burgundy. HEX triplet: 78, 01 and 0E. RGB value is (120,1,14). Sum of RGB (Red+Green+Blue) = 120+1+14=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #78010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78010E is #87FEF1. Grayscale: #262626. Windows color (decimal): -8912626 or 917880. OLE color: 917880.

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

Color convert

RGB 120 1 14 -
CMYK 0 0.99 0.88 0.53
HSL 353.45º 0.98% 0.24% -
HSV(B) 353.45º 0.99% 0.47% -
XYZ 7.84 4.05 0.78 -
YUV 38.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 120 1 14 0 0.99 0.88 0.53 353.45 0.98 0.24
Hex 78 1 E 0 63 58 35 161 62 18
Octal 170 1 16 0 143 130 65 541 142 30
Binary 1111000 1 1110 0 1100011 1011000 110101 101100001 1100010 11000

Color Harmonies of #78010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78010E

Black with #78010E

Text Example


Text Example

White with #78010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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