#531A2D

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

Shades of Black Rose #531A2D

Tints of Black Rose #531A2D

Color information

#531A2D (or 0x531A2D) is unknown color: approx Black Rose. HEX triplet: 53, 1A and 2D. RGB value is (83,26,45). Sum of RGB (Red+Green+Blue) = 83+26+45=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A2D is #ACE5D2. Grayscale: #2D2D2D. Windows color (decimal): -11331027 or 2955859. OLE color: 2955859.

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

Color convert

RGB832645-
CMYK00.690.460.67
HSL340º52.29%21.37%-
HSV(B)340º68.67%32.55%-
XYZ4.412.772.78-
YUV45.21127.88154.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=53.90%
G=16.88%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83264500.690.460.6734052.2921.37
Hex531A2D0452E431543415
Octal12332550105561035246425
Binary10100111101010110101000101101110100001110101010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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