#502D39

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

Shades of Black Rose #502D39

Tints of Black Rose #502D39

Color information

#502D39 (or 0x502D39) is unknown color: approx Black Rose. HEX triplet: 50, 2D and 39. RGB value is (80,45,57). Sum of RGB (Red+Green+Blue) = 80+45+57=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D39 is #AFD2C6. Grayscale: #383838. Windows color (decimal): -11522759 or 3747152. OLE color: 3747152.

HSL color Cylindrical-coordinate representation of color #502D39: hue angle of 339.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D39 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB804557-
CMYK00.440.290.69
HSL339.43º28%24.51%-
HSV(B)339.43º43.75%31.37%-
XYZ4.993.884.36-
YUV56.83128.1144.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=43.96%
G=24.73%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80455700.440.290.69339.432824.51
Hex502D3902C1D451531c19
Octal1205571054351055233431
Binary101000010110111100101011001110110001011010100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502D39; }

 p { color: rgb(80,45,57); }

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

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

 a { background-color: rgb(80,45,57); }

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

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

 span { border-color: rgb(80,45,57); }

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