#531F2D

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

Shades of Black Rose #531F2D

Tints of Black Rose #531F2D

Color information

#531F2D (or 0x531F2D) is unknown color: approx Black Rose. HEX triplet: 53, 1F and 2D. RGB value is (83,31,45). Sum of RGB (Red+Green+Blue) = 83+31+45=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F2D is #ACE0D2. Grayscale: #303030. Windows color (decimal): -11329747 or 2957139. OLE color: 2957139.

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

Color convert

RGB833145-
CMYK00.630.460.67
HSL343.85º45.61%22.35%-
HSV(B)343.85º62.65%32.55%-
XYZ4.533.012.82-
YUV48.14126.23152.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=52.20%
G=19.50%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83314500.630.460.67343.8545.6122.35
Hex531F2D03F2E431582e16
Octal1233755077561035305626
Binary1010011111111011010111111101110100001110101100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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