#50222D

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

Shades of Black Rose #50222D

Tints of Black Rose #50222D

Color information

#50222D (or 0x50222D) is unknown color: approx Black Rose. HEX triplet: 50, 22 and 2D. RGB value is (80,34,45). Sum of RGB (Red+Green+Blue) = 80+34+45=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50222D is #AFDDD2. Grayscale: #313131. Windows color (decimal): -11525587 or 2957904. OLE color: 2957904.

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

Color convert

RGB803445-
CMYK00.580.440.69
HSL345.65º40.35%22.35%-
HSV(B)345.65º57.5%31.37%-
XYZ4.353.042.84-
YUV49.01125.74150.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=50.31%
G=21.38%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80344500.580.440.69345.6540.3522.35
Hex50222D03A2C4515a2816
Octal1204255072541055325026
Binary10100001000101011010111010101100100010110101101010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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