#601830

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

Shades of Claret #601830

Tints of Claret #601830

Color information

#601830 (or 0x601830) is unknown color: approx Claret. HEX triplet: 60, 18 and 30. RGB value is (96,24,48). Sum of RGB (Red+Green+Blue) = 96+24+48=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #601830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601830 is #9FE7CF. Grayscale: #303030. Windows color (decimal): -10479568 or 3151968. OLE color: 3151968.

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

Color convert

RGB962448-
CMYK00.750.500.62
HSL340º60%23.53%-
HSV(B)340º75%37.65%-
XYZ5.683.353.14-
YUV48.26127.85162.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96244800.750.500.623406023.53
Hex60183004B323E1543c18
Octal1403060011362765247430
Binary1100000110001100000100101111001011111010101010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601830; }

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

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

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

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

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

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

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

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