Html Css Color HEX #78010F Burgundy

📋 copy color: '#78010F'

red 120 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #78010F

Tints of Burgundy #78010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 88.24%
G = 0.74%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78010F (or 0x78010F) is known color: Burgundy. HEX triplet: 78, 01 and 0F. RGB value is (120,1,15). Sum of RGB (Red+Green+Blue) = 120+1+15=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #78010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78010F is #87FEF0. Grayscale: #262626. Windows color (decimal): -8912625 or 983416. OLE color: 983416.

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

Color convert

RGB 120 1 15 -
CMYK 0 0.99 0.87 0.53
HSL 352.94º 0.98% 0.24% -
HSV(B) 352.94º 0.99% 0.47% -
XYZ 7.84 4.05 0.82 -
YUV 38.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 120 1 15 0 0.99 0.87 0.53 352.94 0.98 0.24
Hex 78 1 F 0 63 57 35 161 62 18
Octal 170 1 17 0 143 127 65 541 142 30
Binary 1111000 1 1111 0 1100011 1010111 110101 101100001 1100010 11000

Color Harmonies of #78010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78010F

Black with #78010F

Text Example


Text Example

White with #78010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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