Html Css Color HEX #780217 Burgundy

📋 copy color: '#780217'

red 120 ◦ green 2 ◦ blue 23

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

Shades of Burgundy #780217

Tints of Burgundy #780217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 82.76%
G = 1.38%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#780217 (or 0x780217) is known color: Burgundy. HEX triplet: 78, 02 and 17. RGB value is (120,2,23). Sum of RGB (Red+Green+Blue) = 120+2+23=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #780217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780217 is #87FDE8. Grayscale: #272727. Windows color (decimal): -8912361 or 1507960. OLE color: 1507960.

HSL color Cylindrical-coordinate representation of color #780217: hue angle of 349.32º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780217 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 23 -
CMYK 0 0.98 0.81 0.53
HSL 349.32º 0.97% 0.24% -
HSV(B) 349.32º 0.98% 0.47% -
XYZ 7.92 4.1 1.18 -
YUV 39.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 120 2 23 0 0.98 0.81 0.53 349.32 0.97 0.24
Hex 78 2 17 0 62 51 35 15D 61 18
Octal 170 2 27 0 142 121 65 535 141 30
Binary 1111000 10 10111 0 1100010 1010001 110101 101011101 1100001 11000

Color Harmonies of #780217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780217

Black with #780217

Text Example


Text Example

White with #780217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780217; }

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

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

background-color css

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

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

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

border-color css

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

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

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