#532636

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

Shades of Black Rose #532636

Tints of Black Rose #532636

Color information

#532636 (or 0x532636) is unknown color: approx Black Rose. HEX triplet: 53, 26 and 36. RGB value is (83,38,54). Sum of RGB (Red+Green+Blue) = 83+38+54=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532636 is #ACD9C9. Grayscale: #353535. Windows color (decimal): -11327946 or 3548755. OLE color: 3548755.

HSL color Cylindrical-coordinate representation of color #532636: hue angle of 338.67º 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 #532636 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB833854-
CMYK00.540.350.67
HSL338.67º37.19%23.73%-
HSV(B)338.67º54.22%32.55%-
XYZ4.933.493.9-
YUV53.28128.41149.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=47.43%
G=21.71%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83385400.540.350.67338.6737.1923.73
Hex53263603623431532518
Octal1234666066431035234530
Binary10100111001101101100110110100011100001110101001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532636; }

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

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

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

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

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

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

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

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