#50222F

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

Shades of Black Rose #50222F

Tints of Black Rose #50222F

Color information

#50222F (or 0x50222F) is unknown color: approx Black Rose. HEX triplet: 50, 22 and 2F. RGB value is (80,34,47). Sum of RGB (Red+Green+Blue) = 80+34+47=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50222F is #AFDDD0. Grayscale: #313131. Windows color (decimal): -11525585 or 3088976. OLE color: 3088976.

HSL color Cylindrical-coordinate representation of color #50222F: hue angle of 343.04º 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 #50222F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB803447-
CMYK00.580.410.69
HSL343.04º40.35%22.35%-
HSV(B)343.04º57.5%31.37%-
XYZ4.393.053.05-
YUV49.24126.74149.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=49.69%
G=21.12%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80344700.580.410.69343.0440.3522.35
Hex50222F03A29451572816
Octal1204257072511055275026
Binary10100001000101011110111010101001100010110101011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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