#50272F

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

Shades of Black Rose #50272F

Tints of Black Rose #50272F

Color information

#50272F (or 0x50272F) is unknown color: approx Black Rose. HEX triplet: 50, 27 and 2F. RGB value is (80,39,47). Sum of RGB (Red+Green+Blue) = 80+39+47=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50272F is #AFD8D0. Grayscale: #343434. Windows color (decimal): -11524305 or 3090256. OLE color: 3090256.

HSL color Cylindrical-coordinate representation of color #50272F: hue angle of 348.29º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50272F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB803947-
CMYK00.510.410.69
HSL348.29º34.45%23.33%-
HSV(B)348.29º51.25%31.37%-
XYZ4.553.363.1-
YUV52.17125.08147.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=48.19%
G=23.49%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80394700.510.410.69348.2934.4523.33
Hex50272F033294515c2217
Octal1204757063511055344227
Binary10100001001111011110110011101001100010110101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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