Html Css Color HEX #780B17 Burgundy

📋 copy color: '#780B17'

red 120 ◦ green 11 ◦ blue 23

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

Shades of Burgundy #780B17

Tints of Burgundy #780B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.94%

R = 77.92%
G = 7.14%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#780B17 (or 0x780B17) is known color: Burgundy. HEX triplet: 78, 0B and 17. RGB value is (120,11,23). Sum of RGB (Red+Green+Blue) = 120+11+23=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #780B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B17 is #87F4E8. Grayscale: #2D2D2D. Windows color (decimal): -8910057 or 1510264. OLE color: 1510264.

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

Color convert

RGB 120 11 23 -
CMYK 0 0.91 0.81 0.53
HSL 353.39º 0.83% 0.26% -
HSV(B) 353.39º 0.91% 0.47% -
XYZ 8.02 4.29 1.22 -
YUV 44.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 120 11 23 0 0.91 0.81 0.53 353.39 0.83 0.26
Hex 78 B 17 0 5B 51 35 161 53 1A
Octal 170 13 27 0 133 121 65 541 123 32
Binary 1111000 1011 10111 0 1011011 1010001 110101 101100001 1010011 11010

Color Harmonies of #780B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B17

Black with #780B17

Text Example


Text Example

White with #780B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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