#5F1531

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

Shades of Claret #5F1531

Tints of Claret #5F1531

Color information

#5F1531 (or 0x5F1531) is unknown color: approx Claret. HEX triplet: 5F, 15 and 31. RGB value is (95,21,49). Sum of RGB (Red+Green+Blue) = 95+21+49=165 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.58% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1531 is #A0EACE. Grayscale: #2E2E2E. Windows color (decimal): -10545871 or 3216735. OLE color: 3216735.

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

Color convert

RGB952149-
CMYK00.780.480.63
HSL337.3º63.79%22.75%-
HSV(B)337.3º77.89%37.25%-
XYZ5.543.193.23-
YUV46.32129.52162.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 57.58%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=57.58%
G=12.73%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95214900.780.480.63337.363.7922.75
Hex5F153104E303F1514017
Octal13725610116607752110027
Binary10111111010111000101001110110000111111101010001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,21,49); }

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

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

 a { background-color: rgb(95,21,49); }

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

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

 span { border-color: rgb(95,21,49); }

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