#602130

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

Shades of Claret #602130

Tints of Claret #602130

Color information

#602130 (or 0x602130) is unknown color: approx Claret. HEX triplet: 60, 21 and 30. RGB value is (96,33,48). Sum of RGB (Red+Green+Blue) = 96+33+48=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #602130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602130 is #9FDECF. Grayscale: #353535. Windows color (decimal): -10477264 or 3154272. OLE color: 3154272.

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

Color convert

RGB963348-
CMYK00.660.500.62
HSL345.71º48.84%25.29%-
HSV(B)345.71º65.62%37.65%-
XYZ5.93.793.22-
YUV53.55124.87158.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=54.24%
G=18.64%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96334800.660.500.62345.7148.8425.29
Hex602130042323E15a3119
Octal1404160010262765326131
Binary11000001000011100000100001011001011111010101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602130; }

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

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

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

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

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

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

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

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