#5F1830

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

Shades of Claret #5F1830

Tints of Claret #5F1830

Color information

#5F1830 (or 0x5F1830) is unknown color: approx Claret. HEX triplet: 5F, 18 and 30. RGB value is (95,24,48). Sum of RGB (Red+Green+Blue) = 95+24+48=167 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.89% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1830 is #A0E7CF. Grayscale: #2F2F2F. Windows color (decimal): -10545104 or 3151967. OLE color: 3151967.

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

Color convert

RGB952448-
CMYK00.750.490.63
HSL339.72º59.66%23.33%-
HSV(B)339.72º74.74%37.25%-
XYZ5.583.33.14-
YUV47.96128.02161.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 56.89%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=56.89%
G=14.37%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95244800.750.490.63339.7259.6623.33
Hex5F183004B313F1543c17
Octal1373060011361775247427
Binary1011111110001100000100101111000111111110101010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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