#502C3A

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

Shades of Black Rose #502C3A

Tints of Black Rose #502C3A

Color information

#502C3A (or 0x502C3A) is unknown color: approx Black Rose. HEX triplet: 50, 2C and 3A. RGB value is (80,44,58). Sum of RGB (Red+Green+Blue) = 80+44+58=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C3A is #AFD3C5. Grayscale: #383838. Windows color (decimal): -11523014 or 3812432. OLE color: 3812432.

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

Color convert

RGB804458-
CMYK00.450.280.69
HSL336.67º29.03%24.31%-
HSV(B)336.67º45%31.37%-
XYZ4.973.814.48-
YUV56.36128.93144.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=43.96%
G=24.18%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80445800.450.280.69336.6729.0324.31
Hex502C3A02D1C451511d18
Octal1205472055341055213530
Binary101000010110011101001011011110010001011010100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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