#601A32

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

Shades of Claret #601A32

Tints of Claret #601A32

Color information

#601A32 (or 0x601A32) is unknown color: approx Claret. HEX triplet: 60, 1A and 32. RGB value is (96,26,50). Sum of RGB (Red+Green+Blue) = 96+26+50=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A32 is #9FE5CD. Grayscale: #313131. Windows color (decimal): -10479054 or 3283552. OLE color: 3283552.

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

Color convert

RGB962650-
CMYK00.730.480.62
HSL339.43º57.38%23.92%-
HSV(B)339.43º72.92%37.65%-
XYZ5.773.463.38-
YUV49.67128.19161.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=55.81%
G=15.12%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96265000.730.480.62339.4357.3823.92
Hex601A32049303E1533918
Octal1403262011160765237130
Binary1100000110101100100100100111000011111010101001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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