#601631

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

Shades of Claret #601631

Tints of Claret #601631

Color information

#601631 (or 0x601631) is unknown color: approx Claret. HEX triplet: 60, 16 and 31. RGB value is (96,22,49). Sum of RGB (Red+Green+Blue) = 96+22+49=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601631 is #9FE9CE. Grayscale: #2F2F2F. Windows color (decimal): -10480079 or 3216992. OLE color: 3216992.

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

Color convert

RGB962249-
CMYK00.770.490.62
HSL338.11º62.71%23.14%-
HSV(B)338.11º77.08%37.65%-
XYZ5.673.283.24-
YUV47.2129.02162.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=57.49%
G=13.17%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96224900.770.490.62338.1162.7123.14
Hex60163104D313E1523f17
Octal1402661011561765227727
Binary1100000101101100010100110111000111111010101001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601631; }

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

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

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

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

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

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

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

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