#601E32

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

Shades of Claret #601E32

Tints of Claret #601E32

Color information

#601E32 (or 0x601E32) is unknown color: approx Claret. HEX triplet: 60, 1E and 32. RGB value is (96,30,50). Sum of RGB (Red+Green+Blue) = 96+30+50=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #601E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E32 is #9FE1CD. Grayscale: #343434. Windows color (decimal): -10478030 or 3284576. OLE color: 3284576.

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

Color convert

RGB963050-
CMYK00.690.480.62
HSL341.82º52.38%24.71%-
HSV(B)341.82º68.75%37.65%-
XYZ5.863.653.41-
YUV52.01126.87159.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=54.55%
G=17.05%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96305000.690.480.62341.8252.3824.71
Hex601E32045303E1563419
Octal1403662010560765266431
Binary1100000111101100100100010111000011111010101011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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