#601934

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

Shades of Claret #601934

Tints of Claret #601934

Color information

#601934 (or 0x601934) is unknown color: approx Claret. HEX triplet: 60, 19 and 34. RGB value is (96,25,52). Sum of RGB (Red+Green+Blue) = 96+25+52=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601934 is #9FE6CB. Grayscale: #313131. Windows color (decimal): -10479308 or 3414368. OLE color: 3414368.

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

Color convert

RGB962552-
CMYK00.740.460.62
HSL337.18º58.68%23.73%-
HSV(B)337.18º73.96%37.65%-
XYZ5.793.433.61-
YUV49.31129.52161.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=55.49%
G=14.45%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96255200.740.460.62337.1858.6823.73
Hex60193404A2E3E1513b18
Octal1403164011256765217330
Binary1100000110011101000100101010111011111010101000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601934; }

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

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

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

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

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

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

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

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