#601730

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

Shades of Claret #601730

Tints of Claret #601730

Color information

#601730 (or 0x601730) is unknown color: approx Claret. HEX triplet: 60, 17 and 30. RGB value is (96,23,48). Sum of RGB (Red+Green+Blue) = 96+23+48=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601730 is #9FE8CF. Grayscale: #2F2F2F. Windows color (decimal): -10479824 or 3151712. OLE color: 3151712.

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

Color convert

RGB962348-
CMYK00.760.500.62
HSL339.45º61.34%23.33%-
HSV(B)339.45º76.04%37.65%-
XYZ5.663.313.14-
YUV47.68128.18162.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=57.49%
G=13.77%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96234800.760.500.62339.4561.3423.33
Hex60173004C323E1533d17
Octal1402760011462765237527
Binary1100000101111100000100110011001011111010101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601730; }

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

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

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

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

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

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

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

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