#532E3B

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

Shades of Black Rose #532E3B

Tints of Black Rose #532E3B

Color information

#532E3B (or 0x532E3B) is unknown color: approx Black Rose. HEX triplet: 53, 2E and 3B. RGB value is (83,46,59). Sum of RGB (Red+Green+Blue) = 83+46+59=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E3B is #ACD1C4. Grayscale: #3A3A3A. Windows color (decimal): -11325893 or 3878483. OLE color: 3878483.

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

Color convert

RGB834659-
CMYK00.450.290.67
HSL338.92º28.68%25.29%-
HSV(B)338.92º44.58%32.55%-
XYZ5.334.114.65-
YUV58.54128.26145.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=44.15%
G=24.47%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83465900.450.290.67338.9228.6825.29
Hex532E3B02D1D431531d19
Octal1235673055351035233531
Binary101001110111011101101011011110110000111010100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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