#531B2F

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

Shades of Black Rose #531B2F

Tints of Black Rose #531B2F

Color information

#531B2F (or 0x531B2F) is unknown color: approx Black Rose. HEX triplet: 53, 1B and 2F. RGB value is (83,27,47). Sum of RGB (Red+Green+Blue) = 83+27+47=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B2F is #ACE4D0. Grayscale: #2E2E2E. Windows color (decimal): -11330769 or 3087187. OLE color: 3087187.

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

Color convert

RGB832747-
CMYK00.670.430.67
HSL338.57º50.91%21.57%-
HSV(B)338.57º67.47%32.55%-
XYZ4.472.833-
YUV46.02128.55154.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=52.87%
G=17.20%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83274700.670.430.67338.5750.9121.57
Hex531B2F0432B431533316
Octal12333570103531035236326
Binary10100111101110111101000011101011100001110101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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