#601933

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

Shades of Claret #601933

Tints of Claret #601933

Color information

#601933 (or 0x601933) is unknown color: approx Claret. HEX triplet: 60, 19 and 33. RGB value is (96,25,51). Sum of RGB (Red+Green+Blue) = 96+25+51=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601933 is #9FE6CC. Grayscale: #313131. Windows color (decimal): -10479309 or 3348832. OLE color: 3348832.

HSL color Cylindrical-coordinate representation of color #601933: hue angle of 338.03º 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 #601933 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB962551-
CMYK00.740.470.62
HSL338.03º58.68%23.73%-
HSV(B)338.03º73.96%37.65%-
XYZ5.773.423.49-
YUV49.19129.02161.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=55.81%
G=14.53%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96255100.740.470.62338.0358.6823.73
Hex60193304A2F3E1523b18
Octal1403163011257765227330
Binary1100000110011100110100101010111111111010101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601933; }

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

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

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

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

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

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

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

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