Html Css Color HEX #780B15 Burgundy

📋 copy color: '#780B15'

red 120 ◦ green 11 ◦ blue 21

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

Shades of Burgundy #780B15

Tints of Burgundy #780B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 78.95%
G = 7.24%
B = 13.82%

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

#780B15 (or 0x780B15) is known color: Burgundy. HEX triplet: 78, 0B and 15. RGB value is (120,11,21). Sum of RGB (Red+Green+Blue) = 120+11+21=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #780B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B15 is #87F4EA. Grayscale: #2C2C2C. Windows color (decimal): -8910059 or 1379192. OLE color: 1379192.

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

Color convert

RGB 120 11 21 -
CMYK 0 0.91 0.83 0.53
HSL 354.5º 0.83% 0.26% -
HSV(B) 354.5º 0.91% 0.47% -
XYZ 8 4.29 1.12 -
YUV 44.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 120 11 21 0 0.91 0.83 0.53 354.5 0.83 0.26
Hex 78 B 15 0 5B 53 35 162 53 1A
Octal 170 13 25 0 133 123 65 542 123 32
Binary 1111000 1011 10101 0 1011011 1010011 110101 101100010 1010011 11010

Color Harmonies of #780B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B15

Black with #780B15

Text Example


Text Example

White with #780B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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