#532135

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

Shades of Black Rose #532135

Tints of Black Rose #532135

Color information

#532135 (or 0x532135) is unknown color: approx Black Rose. HEX triplet: 53, 21 and 35. RGB value is (83,33,53). Sum of RGB (Red+Green+Blue) = 83+33+53=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #532135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532135 is #ACDECA. Grayscale: #323232. Windows color (decimal): -11329227 or 3481939. OLE color: 3481939.

HSL color Cylindrical-coordinate representation of color #532135: hue angle of 336º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532135 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB833353-
CMYK00.600.360.67
HSL336º43.1%22.75%-
HSV(B)336º60.24%32.55%-
XYZ4.753.183.73-
YUV50.23129.56151.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=49.11%
G=19.53%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83335300.600.360.6733643.122.75
Hex53213503C24431502b17
Octal1234165074441035205327
Binary10100111000011101010111100100100100001110101000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532135; }

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

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

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

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

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

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

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

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