#601330

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

Shades of Claret #601330

Tints of Claret #601330

Color information

#601330 (or 0x601330) is unknown color: approx Claret. HEX triplet: 60, 13 and 30. RGB value is (96,19,48). Sum of RGB (Red+Green+Blue) = 96+19+48=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601330 is #9FECCF. Grayscale: #2D2D2D. Windows color (decimal): -10480848 or 3150688. OLE color: 3150688.

HSL color Cylindrical-coordinate representation of color #601330: hue angle of 337.4º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601330 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB961948-
CMYK00.800.500.62
HSL337.4º66.96%22.55%-
HSV(B)337.4º80.21%37.65%-
XYZ5.593.173.11-
YUV45.33129.51164.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=58.90%
G=11.66%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96194800.800.500.62337.466.9622.55
Hex601330050323E1514317
Octal14023600120627652110327
Binary11000001001111000001010000110010111110101010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601330; }

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

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

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

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

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

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

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

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