#502D3A

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

Shades of Black Rose #502D3A

Tints of Black Rose #502D3A

Color information

#502D3A (or 0x502D3A) is unknown color: approx Black Rose. HEX triplet: 50, 2D and 3A. RGB value is (80,45,58). Sum of RGB (Red+Green+Blue) = 80+45+58=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D3A is #AFD2C5. Grayscale: #383838. Windows color (decimal): -11522758 or 3812688. OLE color: 3812688.

HSL color Cylindrical-coordinate representation of color #502D3A: hue angle of 337.71º 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 #502D3A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB804558-
CMYK00.440.280.69
HSL337.71º28%24.51%-
HSV(B)337.71º43.75%31.37%-
XYZ5.013.894.49-
YUV56.95128.6144.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=43.72%
G=24.59%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80455800.440.280.69337.712824.51
Hex502D3A02C1C451521c19
Octal1205572054341055223431
Binary101000010110111101001011001110010001011010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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