#532D3A

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

Shades of Black Rose #532D3A

Tints of Black Rose #532D3A

Color information

#532D3A (or 0x532D3A) is unknown color: approx Black Rose. HEX triplet: 53, 2D and 3A. RGB value is (83,45,58). Sum of RGB (Red+Green+Blue) = 83+45+58=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D3A is #ACD2C5. Grayscale: #393939. Windows color (decimal): -11326150 or 3812691. OLE color: 3812691.

HSL color Cylindrical-coordinate representation of color #532D3A: hue angle of 339.47º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D3A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB834558-
CMYK00.460.300.67
HSL339.47º29.69%25.1%-
HSV(B)339.47º45.78%32.55%-
XYZ5.274.024.5-
YUV57.84128.09145.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=44.62%
G=24.19%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83455800.460.300.67339.4729.6925.1
Hex532D3A02E1E431531e19
Octal1235572056361035233631
Binary101001110110111101001011101111010000111010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532D3A; }

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

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

<style>
 a { background-color: #532D3A; }

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

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

<style>
 span { border-color: #532D3A; }

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

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