#50212D

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

Shades of Black Rose #50212D

Tints of Black Rose #50212D

Color information

#50212D (or 0x50212D) is unknown color: approx Black Rose. HEX triplet: 50, 21 and 2D. RGB value is (80,33,45). Sum of RGB (Red+Green+Blue) = 80+33+45=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50212D is #AFDED2. Grayscale: #303030. Windows color (decimal): -11525843 or 2957648. OLE color: 2957648.

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

Color convert

RGB803345-
CMYK00.590.440.69
HSL344.68º41.59%22.16%-
HSV(B)344.68º58.75%31.37%-
XYZ4.332.982.83-
YUV48.42126.07150.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=50.63%
G=20.89%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80334500.590.440.69344.6841.5922.16
Hex50212D03B2C451592a16
Octal1204155073541055315226
Binary10100001000011011010111011101100100010110101100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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