#5F1730

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

Shades of Claret #5F1730

Tints of Claret #5F1730

Color information

#5F1730 (or 0x5F1730) is unknown color: approx Claret. HEX triplet: 5F, 17 and 30. RGB value is (95,23,48). Sum of RGB (Red+Green+Blue) = 95+23+48=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1730 is #A0E8CF. Grayscale: #2F2F2F. Windows color (decimal): -10545360 or 3151711. OLE color: 3151711.

HSL color Cylindrical-coordinate representation of color #5F1730: hue angle of 339.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1730 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB952348-
CMYK00.760.490.63
HSL339.17º61.02%23.14%-
HSV(B)339.17º75.79%37.25%-
XYZ5.563.263.13-
YUV47.38128.35161.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 57.23%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=57.23%
G=13.86%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95234800.760.490.63339.1761.0223.14
Hex5F173004C313F1533d17
Octal1372760011461775237527
Binary1011111101111100000100110011000111111110101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F1730; }

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

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

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

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

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

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

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

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