#532A35

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

Shades of Black Rose #532A35

Tints of Black Rose #532A35

Color information

#532A35 (or 0x532A35) is unknown color: approx Black Rose. HEX triplet: 53, 2A and 35. RGB value is (83,42,53). Sum of RGB (Red+Green+Blue) = 83+42+53=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A35 is #ACD5CA. Grayscale: #373737. Windows color (decimal): -11326923 or 3484243. OLE color: 3484243.

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

Color convert

RGB834253-
CMYK00.490.360.67
HSL343.9º32.8%24.51%-
HSV(B)343.9º49.4%32.55%-
XYZ5.043.753.83-
YUV55.51126.58147.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=46.63%
G=23.60%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83425300.490.360.67343.932.824.51
Hex532A3503124431582119
Octal1235265061441035304131
Binary10100111010101101010110001100100100001110101100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,53); }

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

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

 a { background-color: rgb(83,42,53); }

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

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

 span { border-color: rgb(83,42,53); }

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