#531B2E

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

Shades of Black Rose #531B2E

Tints of Black Rose #531B2E

Color information

#531B2E (or 0x531B2E) is unknown color: approx Black Rose. HEX triplet: 53, 1B and 2E. RGB value is (83,27,46). Sum of RGB (Red+Green+Blue) = 83+27+46=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B2E is #ACE4D1. Grayscale: #2D2D2D. Windows color (decimal): -11330770 or 3021651. OLE color: 3021651.

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

Color convert

RGB832746-
CMYK00.670.450.67
HSL339.64º50.91%21.57%-
HSV(B)339.64º67.47%32.55%-
XYZ4.452.822.89-
YUV45.91128.05154.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=53.21%
G=17.31%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83274600.670.450.67339.6450.9121.57
Hex531B2E0432D431543316
Octal12333560103551035246326
Binary10100111101110111001000011101101100001110101010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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