#531D2E

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

Shades of Black Rose #531D2E

Tints of Black Rose #531D2E

Color information

#531D2E (or 0x531D2E) is unknown color: approx Black Rose. HEX triplet: 53, 1D and 2E. RGB value is (83,29,46). Sum of RGB (Red+Green+Blue) = 83+29+46=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D2E is #ACE2D1. Grayscale: #2F2F2F. Windows color (decimal): -11330258 or 3022163. OLE color: 3022163.

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

Color convert

RGB832946-
CMYK00.650.450.67
HSL341.11º48.21%21.96%-
HSV(B)341.11º65.06%32.55%-
XYZ4.52.912.91-
YUV47.08127.39153.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 29 (11.72% from 255) = 18.35%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=52.53%
G=18.35%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83294600.650.450.67341.1148.2121.96
Hex531D2E0412D431553016
Octal12335560101551035256026
Binary10100111110110111001000001101101100001110101010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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