Html Css Color HEX #780D17 Burgundy

📋 copy color: '#780D17'

red 120 ◦ green 13 ◦ blue 23

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

Shades of Burgundy #780D17

Tints of Burgundy #780D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

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

R = 76.92%
G = 8.33%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#780D17 (or 0x780D17) is known color: Burgundy. HEX triplet: 78, 0D and 17. RGB value is (120,13,23). Sum of RGB (Red+Green+Blue) = 120+13+23=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #780D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780D17 is #87F2E8. Grayscale: #2E2E2E. Windows color (decimal): -8909545 or 1510776. OLE color: 1510776.

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

Color convert

RGB 120 13 23 -
CMYK 0 0.89 0.81 0.53
HSL 354.39º 0.8% 0.26% -
HSV(B) 354.39º 0.89% 0.47% -
XYZ 8.04 4.34 1.22 -
YUV 46.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 120 13 23 0 0.89 0.81 0.53 354.39 0.8 0.26
Hex 78 D 17 0 59 51 35 162 50 1A
Octal 170 15 27 0 131 121 65 542 120 32
Binary 1111000 1101 10111 0 1011001 1010001 110101 101100010 1010000 11010

Color Harmonies of #780D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D17

Black with #780D17

Text Example


Text Example

White with #780D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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