#770232

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

Shades of Burgundy #770232

Tints of Burgundy #770232

Color information

#770232 (or 0x770232) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 32. RGB value is (119,2,50). Sum of RGB (Red+Green+Blue) = 119+2+50=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #770232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770232 is #88FDCD. Grayscale: #2A2A2A. Windows color (decimal): -8977870 or 3277431. OLE color: 3277431.

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

Color convert

RGB119250-
CMYK00.980.580.53
HSL335.38º96.69%23.73%-
HSV(B)335.38º98.32%46.67%-
XYZ8.214.23.39-
YUV42.46132.26182.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=69.59%
G=1.17%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11925000.980.580.53335.3896.6923.73
Hex772320623A3514f6118
Octal1672620142726551714130
Binary11101111011001001100010111010110101101001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770232; }

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

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

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

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

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

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

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

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