#532D3B

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

Shades of Black Rose #532D3B

Tints of Black Rose #532D3B

Color information

#532D3B (or 0x532D3B) is unknown color: approx Black Rose. HEX triplet: 53, 2D and 3B. RGB value is (83,45,59). Sum of RGB (Red+Green+Blue) = 83+45+59=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D3B is #ACD2C4. Grayscale: #393939. Windows color (decimal): -11326149 or 3878227. OLE color: 3878227.

HSL color Cylindrical-coordinate representation of color #532D3B: hue angle of 337.89º 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 #532D3B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB834559-
CMYK00.460.290.67
HSL337.89º29.69%25.1%-
HSV(B)337.89º45.78%32.55%-
XYZ5.34.034.64-
YUV57.96128.59145.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=44.39%
G=24.06%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83455900.460.290.67337.8929.6925.1
Hex532D3B02E1D431521e19
Octal1235573056351035223631
Binary101001110110111101101011101110110000111010100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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