#772232

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

Shades of Claret #772232

Tints of Claret #772232

Color information

#772232 (or 0x772232) is unknown color: approx Claret. HEX triplet: 77, 22 and 32. RGB value is (119,34,50). Sum of RGB (Red+Green+Blue) = 119+34+50=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772232 is #88DDCD. Grayscale: #3D3D3D. Windows color (decimal): -8969678 or 3285623. OLE color: 3285623.

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

Color convert

RGB1193450-
CMYK00.710.580.53
HSL348.71º55.56%30%-
HSV(B)348.71º71.43%46.67%-
XYZ8.765.33.58-
YUV61.24121.66169.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=58.62%
G=16.75%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119345000.710.580.53348.7155.5630
Hex7722320473A3515d381e
Octal1674262010772655357036
Binary11101111000101100100100011111101011010110101110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772232; }

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

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

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

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

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

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

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

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