#532B36

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

Shades of Black Rose #532B36

Tints of Black Rose #532B36

Color information

#532B36 (or 0x532B36) is unknown color: approx Black Rose. HEX triplet: 53, 2B and 36. RGB value is (83,43,54). Sum of RGB (Red+Green+Blue) = 83+43+54=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B36 is #ACD4C9. Grayscale: #383838. Windows color (decimal): -11326666 or 3550035. OLE color: 3550035.

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

Color convert

RGB834354-
CMYK00.480.350.67
HSL343.5º31.75%24.71%-
HSV(B)343.5º48.19%32.55%-
XYZ5.13.833.96-
YUV56.21126.75147.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 54 (21.48% from 255) = 30%
R=46.11%
G=23.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83435400.480.350.67343.531.7524.71
Hex532B3603023431582019
Octal1235366060431035304031
Binary10100111010111101100110000100011100001110101100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,43,54); }

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

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

 a { background-color: rgb(83,43,54); }

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

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

 span { border-color: rgb(83,43,54); }

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