#532B3B

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

Shades of Black Rose #532B3B

Tints of Black Rose #532B3B

Color information

#532B3B (or 0x532B3B) is unknown color: approx Black Rose. HEX triplet: 53, 2B and 3B. RGB value is (83,43,59). Sum of RGB (Red+Green+Blue) = 83+43+59=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B3B is #ACD4C4. Grayscale: #383838. Windows color (decimal): -11326661 or 3877715. OLE color: 3877715.

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

Color convert

RGB834359-
CMYK00.480.290.67
HSL336º31.75%24.71%-
HSV(B)336º48.19%32.55%-
XYZ5.223.884.61-
YUV56.78129.25146.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=44.86%
G=23.24%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83435900.480.290.6733631.7524.71
Hex532B3B0301D431502019
Octal1235373060351035204031
Binary1010011101011111011011000011101100001110101000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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