#602232

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

Shades of Claret #602232

Tints of Claret #602232

Color information

#602232 (or 0x602232) is unknown color: approx Claret. HEX triplet: 60, 22 and 32. RGB value is (96,34,50). Sum of RGB (Red+Green+Blue) = 96+34+50=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602232 is #9FDDCD. Grayscale: #363636. Windows color (decimal): -10477006 or 3285600. OLE color: 3285600.

HSL color Cylindrical-coordinate representation of color #602232: hue angle of 344.52º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602232 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB963450-
CMYK00.650.480.62
HSL344.52º47.69%25.49%-
HSV(B)344.52º64.58%37.65%-
XYZ5.973.863.45-
YUV54.36125.54157.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=53.33%
G=18.89%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96345000.650.480.62344.5247.6925.49
Hex602232041303E1593019
Octal1404262010160765316031
Binary11000001000101100100100000111000011111010101100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602232; }

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

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

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

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

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

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

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

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