#601831

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

Shades of Claret #601831

Tints of Claret #601831

Color information

#601831 (or 0x601831) is unknown color: approx Claret. HEX triplet: 60, 18 and 31. RGB value is (96,24,49). Sum of RGB (Red+Green+Blue) = 96+24+49=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601831 is #9FE7CE. Grayscale: #303030. Windows color (decimal): -10479567 or 3217504. OLE color: 3217504.

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

Color convert

RGB962449-
CMYK00.750.490.62
HSL339.17º60%23.53%-
HSV(B)339.17º75%37.65%-
XYZ5.73.363.25-
YUV48.38128.35161.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=56.80%
G=14.20%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96244900.750.490.62339.176023.53
Hex60183104B313E1533c18
Octal1403061011361765237430
Binary1100000110001100010100101111000111111010101001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601831; }

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

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

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

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

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

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

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

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