#601530

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

Shades of Claret #601530

Tints of Claret #601530

Color information

#601530 (or 0x601530) is unknown color: approx Claret. HEX triplet: 60, 15 and 30. RGB value is (96,21,48). Sum of RGB (Red+Green+Blue) = 96+21+48=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601530 is #9FEACF. Grayscale: #2E2E2E. Windows color (decimal): -10480336 or 3151200. OLE color: 3151200.

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

Color convert

RGB962148-
CMYK00.780.500.62
HSL338.4º64.1%22.94%-
HSV(B)338.4º78.12%37.65%-
XYZ5.633.243.12-
YUV46.5128.85163.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=58.18%
G=12.73%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96214800.780.500.62338.464.122.94
Hex60153004E323E1524017
Octal14025600116627652210027
Binary11000001010111000001001110110010111110101010010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601530; }

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

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

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

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

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

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

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

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