#601932

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

Shades of Claret #601932

Tints of Claret #601932

Color information

#601932 (or 0x601932) is unknown color: approx Claret. HEX triplet: 60, 19 and 32. RGB value is (96,25,50). Sum of RGB (Red+Green+Blue) = 96+25+50=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #601932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601932 is #9FE6CD. Grayscale: #313131. Windows color (decimal): -10479310 or 3283296. OLE color: 3283296.

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

Color convert

RGB962550-
CMYK00.740.480.62
HSL338.87º58.68%23.73%-
HSV(B)338.87º73.96%37.65%-
XYZ5.753.413.37-
YUV49.08128.52161.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=56.14%
G=14.62%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96255000.740.480.62338.8758.6823.73
Hex60193204A303E1533b18
Octal1403162011260765237330
Binary1100000110011100100100101011000011111010101001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601932; }

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

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

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

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

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

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

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

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