#501F2D

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

Shades of Black Rose #501F2D

Tints of Black Rose #501F2D

Color information

#501F2D (or 0x501F2D) is unknown color: approx Black Rose. HEX triplet: 50, 1F and 2D. RGB value is (80,31,45). Sum of RGB (Red+Green+Blue) = 80+31+45=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F2D is #AFE0D2. Grayscale: #2F2F2F. Windows color (decimal): -11526355 or 2957136. OLE color: 2957136.

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

Color convert

RGB803145-
CMYK00.610.440.69
HSL342.86º44.14%21.76%-
HSV(B)342.86º61.25%31.37%-
XYZ4.272.872.81-
YUV47.25126.73151.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=51.28%
G=19.87%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80314500.610.440.69342.8644.1421.76
Hex501F2D03D2C451572c16
Octal1203755075541055275426
Binary1010000111111011010111101101100100010110101011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501F2D; }

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

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

<style>
 a { background-color: #501F2D; }

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

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

<style>
 span { border-color: #501F2D; }

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

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