#50202D

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

Shades of Black Rose #50202D

Tints of Black Rose #50202D

Color information

#50202D (or 0x50202D) is unknown color: approx Black Rose. HEX triplet: 50, 20 and 2D. RGB value is (80,32,45). Sum of RGB (Red+Green+Blue) = 80+32+45=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50202D is #AFDFD2. Grayscale: #2F2F2F. Windows color (decimal): -11526099 or 2957392. OLE color: 2957392.

HSL color Cylindrical-coordinate representation of color #50202D: hue angle of 343.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50202D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB803245-
CMYK00.600.440.69
HSL343.75º42.86%21.96%-
HSV(B)343.75º60%31.37%-
XYZ4.32.932.82-
YUV47.83126.4150.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=50.96%
G=20.38%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80324500.600.440.69343.7542.8621.96
Hex50202D03C2C451582b16
Octal1204055074541055305326
Binary10100001000001011010111100101100100010110101100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50202D; }

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

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

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

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

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

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

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

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