#502131

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

Shades of Black Rose #502131

Tints of Black Rose #502131

Color information

#502131 (or 0x502131) is unknown color: approx Black Rose. HEX triplet: 50, 21 and 31. RGB value is (80,33,49). Sum of RGB (Red+Green+Blue) = 80+33+49=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #502131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502131 is #AFDECE. Grayscale: #303030. Windows color (decimal): -11525839 or 3219792. OLE color: 3219792.

HSL color Cylindrical-coordinate representation of color #502131: hue angle of 339.57º 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 #502131 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB803349-
CMYK00.590.390.69
HSL339.57º41.59%22.16%-
HSV(B)339.57º58.75%31.37%-
XYZ4.413.013.26-
YUV48.88128.07150.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=49.38%
G=20.37%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80334900.590.390.69339.5741.5922.16
Hex50213103B27451542a16
Octal1204161073471055245226
Binary10100001000011100010111011100111100010110101010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502131; }

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

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

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

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

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

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

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

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