#601D30

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

Shades of Claret #601D30

Tints of Claret #601D30

Color information

#601D30 (or 0x601D30) is unknown color: approx Claret. HEX triplet: 60, 1D and 30. RGB value is (96,29,48). Sum of RGB (Red+Green+Blue) = 96+29+48=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D30 is #9FE2CF. Grayscale: #333333. Windows color (decimal): -10478288 or 3153248. OLE color: 3153248.

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

Color convert

RGB962948-
CMYK00.700.500.62
HSL342.99º53.6%24.51%-
HSV(B)342.99º69.79%37.65%-
XYZ5.83.583.18-
YUV51.2126.2159.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=55.49%
G=16.76%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96294800.700.500.62342.9953.624.51
Hex601D30046323E1573619
Octal1403560010662765276631
Binary1100000111011100000100011011001011111010101011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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