#502732

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

Shades of Black Rose #502732

Tints of Black Rose #502732

Color information

#502732 (or 0x502732) is unknown color: approx Black Rose. HEX triplet: 50, 27 and 32. RGB value is (80,39,50). Sum of RGB (Red+Green+Blue) = 80+39+50=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502732 is #AFD8CD. Grayscale: #343434. Windows color (decimal): -11524302 or 3286864. OLE color: 3286864.

HSL color Cylindrical-coordinate representation of color #502732: hue angle of 343.9º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502732 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB803950-
CMYK00.510.370.69
HSL343.9º34.45%23.33%-
HSV(B)343.9º51.25%31.37%-
XYZ4.613.393.43-
YUV52.51126.58147.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=47.34%
G=23.08%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80395000.510.370.69343.934.4523.33
Hex50273203325451582217
Octal1204762063451055304227
Binary10100001001111100100110011100101100010110101100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502732; }

 p { color: rgb(80,39,50); }

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

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

 a { background-color: rgb(80,39,50); }

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

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

 span { border-color: rgb(80,39,50); }

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