Html Css Color HEX #780B14 Burgundy

📋 copy color: '#780B14'

red 120 ◦ green 11 ◦ blue 20

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

Shades of Burgundy #780B14

Tints of Burgundy #780B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 79.47%
G = 7.28%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#780B14 (or 0x780B14) is known color: Burgundy. HEX triplet: 78, 0B and 14. RGB value is (120,11,20). Sum of RGB (Red+Green+Blue) = 120+11+20=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #780B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B14 is #87F4EB. Grayscale: #2C2C2C. Windows color (decimal): -8910060 or 1313656. OLE color: 1313656.

HSL color Cylindrical-coordinate representation of color #780B14: hue angle of 355.05º 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 #780B14 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 20 -
CMYK 0 0.91 0.83 0.53
HSL 355.05º 0.83% 0.26% -
HSV(B) 355.05º 0.91% 0.47% -
XYZ 7.99 4.28 1.07 -
YUV 44.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 120 11 20 0 0.91 0.83 0.53 355.05 0.83 0.26
Hex 78 B 14 0 5B 53 35 163 53 1A
Octal 170 13 24 0 133 123 65 543 123 32
Binary 1111000 1011 10100 0 1011011 1010011 110101 101100011 1010011 11010

Color Harmonies of #780B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B14

Black with #780B14

Text Example


Text Example

White with #780B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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