#532236

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

Shades of Black Rose #532236

Tints of Black Rose #532236

Color information

#532236 (or 0x532236) is unknown color: approx Black Rose. HEX triplet: 53, 22 and 36. RGB value is (83,34,54). Sum of RGB (Red+Green+Blue) = 83+34+54=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532236 is #ACDDC9. Grayscale: #323232. Windows color (decimal): -11328970 or 3547731. OLE color: 3547731.

HSL color Cylindrical-coordinate representation of color #532236: hue angle of 335.51º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532236 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB833454-
CMYK00.590.350.67
HSL335.51º41.88%22.94%-
HSV(B)335.51º59.04%32.55%-
XYZ4.813.253.86-
YUV50.93129.73150.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 54 (21.48% from 255) = 31.58%
R=48.54%
G=19.88%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83345400.590.350.67335.5141.8822.94
Hex53223603B23431502a17
Octal1234266073431035205227
Binary10100111000101101100111011100011100001110101000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532236; }

 p { color: rgb(83,34,54); }

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

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

 a { background-color: rgb(83,34,54); }

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

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

 span { border-color: rgb(83,34,54); }

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