#532935

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

Shades of Black Rose #532935

Tints of Black Rose #532935

Color information

#532935 (or 0x532935) is unknown color: approx Black Rose. HEX triplet: 53, 29 and 35. RGB value is (83,41,53). Sum of RGB (Red+Green+Blue) = 83+41+53=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #532935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532935 is #ACD6CA. Grayscale: #363636. Windows color (decimal): -11327179 or 3483987. OLE color: 3483987.

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

Color convert

RGB834153-
CMYK00.510.360.67
HSL342.86º33.87%24.31%-
HSV(B)342.86º50.6%32.55%-
XYZ53.683.82-
YUV54.93126.91148.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=46.89%
G=23.16%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83415300.510.360.67342.8633.8724.31
Hex53293503324431572218
Octal1235165063441035274230
Binary10100111010011101010110011100100100001110101011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532935; }

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

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

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

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

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

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

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

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