#531D2F

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

Shades of Black Rose #531D2F

Tints of Black Rose #531D2F

Color information

#531D2F (or 0x531D2F) is unknown color: approx Black Rose. HEX triplet: 53, 1D and 2F. RGB value is (83,29,47). Sum of RGB (Red+Green+Blue) = 83+29+47=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D2F is #ACE2D0. Grayscale: #2F2F2F. Windows color (decimal): -11330257 or 3087699. OLE color: 3087699.

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

Color convert

RGB832947-
CMYK00.650.430.67
HSL340º48.21%21.96%-
HSV(B)340º65.06%32.55%-
XYZ4.522.923.02-
YUV47.2127.89153.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 29 (11.72% from 255) = 18.24%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=52.20%
G=18.24%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83294700.650.430.6734048.2121.96
Hex531D2F0412B431543016
Octal12335570101531035246026
Binary10100111110110111101000001101011100001110101010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,47); }

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

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

 a { background-color: rgb(83,29,47); }

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

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

 span { border-color: rgb(83,29,47); }

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