Html Css Color HEX #78010D Burgundy

📋 copy color: '#78010D'

red 120 ◦ green 1 ◦ blue 13

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

Shades of Burgundy #78010D

Tints of Burgundy #78010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 89.55%
G = 0.75%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78010D (or 0x78010D) is known color: Burgundy. HEX triplet: 78, 01 and 0D. RGB value is (120,1,13). Sum of RGB (Red+Green+Blue) = 120+1+13=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #78010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78010D is #87FEF2. Grayscale: #262626. Windows color (decimal): -8912627 or 852344. OLE color: 852344.

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

Color convert

RGB 120 1 13 -
CMYK 0 0.99 0.89 0.53
HSL 353.95º 0.98% 0.24% -
HSV(B) 353.95º 0.99% 0.47% -
XYZ 7.83 4.04 0.75 -
YUV 37.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 120 1 13 0 0.99 0.89 0.53 353.95 0.98 0.24
Hex 78 1 D 0 63 59 35 162 62 18
Octal 170 1 15 0 143 131 65 542 142 30
Binary 1111000 1 1101 0 1100011 1011001 110101 101100010 1100010 11000

Color Harmonies of #78010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78010D

Black with #78010D

Text Example


Text Example

White with #78010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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