Html Css Color HEX #780E24 Burgundy

📋 copy color: '#780E24'

red 120 ◦ green 14 ◦ blue 36

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

Shades of Burgundy #780E24

Tints of Burgundy #780E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 70.59%
G = 8.24%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#780E24 (or 0x780E24) is known color: Burgundy. HEX triplet: 78, 0E and 24. RGB value is (120,14,36). Sum of RGB (Red+Green+Blue) = 120+14+36=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #780E24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E24 is #87F1DB. Grayscale: #303030. Windows color (decimal): -8909276 or 2363000. OLE color: 2363000.

HSL color Cylindrical-coordinate representation of color #780E24: hue angle of 347.55º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E24 is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 14 36 -
CMYK 0 0.88 0.7 0.53
HSL 347.55º 0.79% 0.26% -
HSV(B) 347.55º 0.88% 0.47% -
XYZ 8.22 4.43 2.09 -
YUV 48.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 120 14 36 0 0.88 0.7 0.53 347.55 0.79 0.26
Hex 78 E 24 0 58 46 35 15C 4F 1A
Octal 170 16 44 0 130 106 65 534 117 32
Binary 1111000 1110 100100 0 1011000 1000110 110101 101011100 1001111 11010

Color Harmonies of #780E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E24

Black with #780E24

Text Example


Text Example

White with #780E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780E24; }

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

 H1.HeaderClassName
 {
   color: #780E24;
 }
 .AnyTagClassName
 {
   color: #780E24;
 }
</style>

background-color css

<style>
 a { background-color: #780E24; }

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

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

border-color css

<style>
 span { border-color: #780E24; }

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

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