Html Css Color HEX #780818 Burgundy

📋 copy color: '#780818'

red 120 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #780818

Tints of Burgundy #780818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

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

R = 78.95%
G = 5.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#780818 (or 0x780818) is known color: Burgundy. HEX triplet: 78, 08 and 18. RGB value is (120,8,24). Sum of RGB (Red+Green+Blue) = 120+8+24=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #780818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780818 is #87F7E7. Grayscale: #2B2B2B. Windows color (decimal): -8910824 or 1575032. OLE color: 1575032.

HSL color Cylindrical-coordinate representation of color #780818: hue angle of 351.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780818 is Cyan = 0, Magento = 0.93, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 24 -
CMYK 0 0.93 0.8 0.53
HSL 351.43º 0.88% 0.25% -
HSV(B) 351.43º 0.93% 0.47% -
XYZ 8 4.23 1.26 -
YUV 43.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 120 8 24 0 0.93 0.8 0.53 351.43 0.88 0.25
Hex 78 8 18 0 5D 50 35 15F 58 19
Octal 170 10 30 0 135 120 65 537 130 31
Binary 1111000 1000 11000 0 1011101 1010000 110101 101011111 1011000 11001

Color Harmonies of #780818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780818

Black with #780818

Text Example


Text Example

White with #780818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780818; }

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

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

background-color css

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

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

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

border-color css

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

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

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