#601E30

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

Shades of Claret #601E30

Tints of Claret #601E30

Color information

#601E30 (or 0x601E30) is unknown color: approx Claret. HEX triplet: 60, 1E and 30. RGB value is (96,30,48). Sum of RGB (Red+Green+Blue) = 96+30+48=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E30 is #9FE1CF. Grayscale: #333333. Windows color (decimal): -10478032 or 3153504. OLE color: 3153504.

HSL color Cylindrical-coordinate representation of color #601E30: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E30 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB963048-
CMYK00.690.500.62
HSL343.64º52.38%24.71%-
HSV(B)343.64º68.75%37.65%-
XYZ5.823.633.19-
YUV51.79125.87159.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=55.17%
G=17.24%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96304800.690.500.62343.6452.3824.71
Hex601E30045323E1583419
Octal1403660010562765306431
Binary1100000111101100000100010111001011111010101100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E30; }

 p { color: rgb(96,30,48); }

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

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

 a { background-color: rgb(96,30,48); }

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

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

 span { border-color: rgb(96,30,48); }

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