Html Css Color HEX #780B18 Burgundy

📋 copy color: '#780B18'

red 120 ◦ green 11 ◦ blue 24

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

Shades of Burgundy #780B18

Tints of Burgundy #780B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.1%

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

R = 77.42%
G = 7.1%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#780B18 (or 0x780B18) is known color: Burgundy. HEX triplet: 78, 0B and 18. RGB value is (120,11,24). Sum of RGB (Red+Green+Blue) = 120+11+24=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #780B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B18 is #87F4E7. Grayscale: #2D2D2D. Windows color (decimal): -8910056 or 1575800. OLE color: 1575800.

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

Color convert

RGB 120 11 24 -
CMYK 0 0.91 0.8 0.53
HSL 352.84º 0.83% 0.26% -
HSV(B) 352.84º 0.91% 0.47% -
XYZ 8.03 4.3 1.27 -
YUV 45.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 120 11 24 0 0.91 0.8 0.53 352.84 0.83 0.26
Hex 78 B 18 0 5B 50 35 161 53 1A
Octal 170 13 30 0 133 120 65 541 123 32
Binary 1111000 1011 11000 0 1011011 1010000 110101 101100001 1010011 11010

Color Harmonies of #780B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B18

Black with #780B18

Text Example


Text Example

White with #780B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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