#601230

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

Shades of Claret #601230

Tints of Claret #601230

Color information

#601230 (or 0x601230) is unknown color: approx Claret. HEX triplet: 60, 12 and 30. RGB value is (96,18,48). Sum of RGB (Red+Green+Blue) = 96+18+48=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601230 is #9FEDCF. Grayscale: #2C2C2C. Windows color (decimal): -10481104 or 3150432. OLE color: 3150432.

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

Color convert

RGB961848-
CMYK00.810.500.62
HSL336.92º68.42%22.35%-
HSV(B)336.92º81.25%37.65%-
XYZ5.573.133.11-
YUV44.74129.84164.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=59.26%
G=11.11%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96184800.810.500.62336.9268.4222.35
Hex601230051323E1514416
Octal14022600121627652110426
Binary11000001001011000001010001110010111110101010001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601230; }

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

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

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

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

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

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

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

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