#601832

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

Shades of Claret #601832

Tints of Claret #601832

Color information

#601832 (or 0x601832) is unknown color: approx Claret. HEX triplet: 60, 18 and 32. RGB value is (96,24,50). Sum of RGB (Red+Green+Blue) = 96+24+50=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601832 is #9FE7CD. Grayscale: #303030. Windows color (decimal): -10479566 or 3283040. OLE color: 3283040.

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

Color convert

RGB962450-
CMYK00.750.480.62
HSL338.33º60%23.53%-
HSV(B)338.33º75%37.65%-
XYZ5.733.373.37-
YUV48.49128.85161.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=56.47%
G=14.12%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96245000.750.480.62338.336023.53
Hex60183204B303E1523c18
Octal1403062011360765227430
Binary1100000110001100100100101111000011111010101001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601832; }

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

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

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

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

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

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

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

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