#601F32

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

Shades of Claret #601F32

Tints of Claret #601F32

Color information

#601F32 (or 0x601F32) is unknown color: approx Claret. HEX triplet: 60, 1F and 32. RGB value is (96,31,50). Sum of RGB (Red+Green+Blue) = 96+31+50=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #601F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F32 is #9FE0CD. Grayscale: #343434. Windows color (decimal): -10477774 or 3284832. OLE color: 3284832.

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

Color convert

RGB963150-
CMYK00.680.480.62
HSL342.46º51.18%24.9%-
HSV(B)342.46º67.71%37.65%-
XYZ5.893.73.42-
YUV52.6126.53158.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=54.24%
G=17.51%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96315000.680.480.62342.4651.1824.9
Hex601F32044303E1563319
Octal1403762010460765266331
Binary1100000111111100100100010011000011111010101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601F32; }

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

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

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

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

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

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

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

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