#532632

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

Shades of Black Rose #532632

Tints of Black Rose #532632

Color information

#532632 (or 0x532632) is unknown color: approx Black Rose. HEX triplet: 53, 26 and 32. RGB value is (83,38,50). Sum of RGB (Red+Green+Blue) = 83+38+50=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532632 is #ACD9CD. Grayscale: #343434. Windows color (decimal): -11327950 or 3286611. OLE color: 3286611.

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

Color convert

RGB833850-
CMYK00.540.400.67
HSL344º37.19%23.73%-
HSV(B)344º54.22%32.55%-
XYZ4.843.463.43-
YUV52.82126.41149.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=48.54%
G=22.22%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83385000.540.400.6734437.1923.73
Hex53263203628431582518
Octal1234662066501035304530
Binary10100111001101100100110110101000100001110101100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532632; }

 p { color: rgb(83,38,50); }

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

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

 a { background-color: rgb(83,38,50); }

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

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

 span { border-color: rgb(83,38,50); }

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