#601733

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

Shades of Claret #601733

Tints of Claret #601733

Color information

#601733 (or 0x601733) is unknown color: approx Claret. HEX triplet: 60, 17 and 33. RGB value is (96,23,51). Sum of RGB (Red+Green+Blue) = 96+23+51=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601733 is #9FE8CC. Grayscale: #2F2F2F. Windows color (decimal): -10479821 or 3348320. OLE color: 3348320.

HSL color Cylindrical-coordinate representation of color #601733: hue angle of 336.99º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601733 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB962351-
CMYK00.760.470.62
HSL336.99º61.34%23.33%-
HSV(B)336.99º76.04%37.65%-
XYZ5.733.343.47-
YUV48.02129.68162.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 51 (20.31% from 255) = 30%
R=56.47%
G=13.53%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96235100.760.470.62336.9961.3423.33
Hex60173304C2F3E1513d17
Octal1402763011457765217527
Binary1100000101111100110100110010111111111010101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601733; }

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

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

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

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

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

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

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

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