Html Css Color HEX #780F18 Burgundy

📋 copy color: '#780F18'

red 120 ◦ green 15 ◦ blue 24

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

Shades of Burgundy #780F18

Tints of Burgundy #780F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 75.47%
G = 9.43%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#780F18 (or 0x780F18) is known color: Burgundy. HEX triplet: 78, 0F and 18. RGB value is (120,15,24). Sum of RGB (Red+Green+Blue) = 120+15+24=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #780F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F18 is #87F0E7. Grayscale: #2F2F2F. Windows color (decimal): -8909032 or 1576824. OLE color: 1576824.

HSL color Cylindrical-coordinate representation of color #780F18: hue angle of 354.86º degrees, saturation: 0.78, 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 #780F18 is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 24 -
CMYK 0 0.87 0.8 0.53
HSL 354.86º 0.78% 0.26% -
HSV(B) 354.86º 0.88% 0.47% -
XYZ 8.08 4.4 1.29 -
YUV 47.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 120 15 24 0 0.87 0.8 0.53 354.86 0.78 0.26
Hex 78 F 18 0 57 50 35 163 4E 1A
Octal 170 17 30 0 127 120 65 543 116 32
Binary 1111000 1111 11000 0 1010111 1010000 110101 101100011 1001110 11010

Color Harmonies of #780F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F18

Black with #780F18

Text Example


Text Example

White with #780F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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