#772239

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

Shades of Claret #772239

Tints of Claret #772239

Color information

#772239 (or 0x772239) is unknown color: approx Claret. HEX triplet: 77, 22 and 39. RGB value is (119,34,57). Sum of RGB (Red+Green+Blue) = 119+34+57=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772239 is #88DDC6. Grayscale: #3E3E3E. Windows color (decimal): -8969671 or 3744375. OLE color: 3744375.

HSL color Cylindrical-coordinate representation of color #772239: hue angle of 343.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772239 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1193457-
CMYK00.710.520.53
HSL343.76º55.56%30%-
HSV(B)343.76º71.43%46.67%-
XYZ8.925.364.44-
YUV62.04125.16168.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=56.67%
G=16.19%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119345700.710.520.53343.7655.5630
Hex7722390473435158381e
Octal1674271010764655307036
Binary11101111000101110010100011111010011010110101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772239; }

 p { color: rgb(119,34,57); }

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

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

 a { background-color: rgb(119,34,57); }

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

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

 span { border-color: rgb(119,34,57); }

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