#531F31

Color #531F31 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #531F31

Tints of Black Rose #531F31

Color information

#531F31 (or 0x531F31) is unknown color: approx Black Rose. HEX triplet: 53, 1F and 31. RGB value is (83,31,49). Sum of RGB (Red+Green+Blue) = 83+31+49=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #531F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F31 is #ACE0CE. Grayscale: #303030. Windows color (decimal): -11329743 or 3219283. OLE color: 3219283.

HSL color Cylindrical-coordinate representation of color #531F31: hue angle of 339.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F31 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB833149-
CMYK00.630.410.67
HSL339.23º45.61%22.35%-
HSV(B)339.23º62.65%32.55%-
XYZ4.613.043.25-
YUV48.6128.23152.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=50.92%
G=19.02%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83314900.630.410.67339.2345.6122.35
Hex531F3103F29431532e16
Octal1233761077511035235626
Binary1010011111111100010111111101001100001110101001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F31; }

 p { color: rgb(83,31,49); }

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

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

 a { background-color: rgb(83,31,49); }

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

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

 span { border-color: rgb(83,31,49); }

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