#770218

Color #770218 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #770218

Tints of Burgundy #770218

Color information

#770218 (or 0x770218) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 18. RGB value is (119,2,24). Sum of RGB (Red+Green+Blue) = 119+2+24=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770218 is #88FDE7. Grayscale: #272727. Windows color (decimal): -8977896 or 1573495. OLE color: 1573495.

HSL color Cylindrical-coordinate representation of color #770218: hue angle of 348.72º 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 #770218 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB119224-
CMYK00.980.800.53
HSL348.72º96.69%23.73%-
HSV(B)348.72º98.32%46.67%-
XYZ7.794.031.23-
YUV39.49119.26184.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=82.07%
G=1.38%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922400.980.800.53348.7296.6923.73
Hex77218062503515d6118
Octal16723001421206553514130
Binary11101111011000011000101010000110101101011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770218; }

 p { color: rgb(119,2,24); }

 H1.HeaderClassName
 {
   color: #770218;
 }
 .AnyTagClassName
 {
   color: #770218;
 }
</style>
background-color css

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

 a { background-color: rgb(119,2,24); }

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

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

 span { border-color: rgb(119,2,24); }

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