#531F2C

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

Shades of Black Rose #531F2C

Tints of Black Rose #531F2C

Color information

#531F2C (or 0x531F2C) is unknown color: approx Black Rose. HEX triplet: 53, 1F and 2C. RGB value is (83,31,44). Sum of RGB (Red+Green+Blue) = 83+31+44=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F2C is #ACE0D3. Grayscale: #303030. Windows color (decimal): -11329748 or 2891603. OLE color: 2891603.

HSL color Cylindrical-coordinate representation of color #531F2C: hue angle of 345º 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 #531F2C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB833144-
CMYK00.630.470.67
HSL345º45.61%22.35%-
HSV(B)345º62.65%32.55%-
XYZ4.5132.72-
YUV48.03125.73152.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=52.53%
G=19.62%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83314400.630.470.6734545.6122.35
Hex531F2C03F2F431592e16
Octal1233754077571035315626
Binary1010011111111011000111111101111100001110101100110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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