#512131

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

Shades of Black Rose #512131

Tints of Black Rose #512131

Color information

#512131 (or 0x512131) is unknown color: approx Black Rose. HEX triplet: 51, 21 and 31. RGB value is (81,33,49). Sum of RGB (Red+Green+Blue) = 81+33+49=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #512131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512131 is #AEDECE. Grayscale: #313131. Windows color (decimal): -11460303 or 3219793. OLE color: 3219793.

HSL color Cylindrical-coordinate representation of color #512131: hue angle of 340º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512131 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB813349-
CMYK00.590.400.68
HSL340º42.11%22.35%-
HSV(B)340º59.26%31.76%-
XYZ4.493.063.26-
YUV49.18127.9150.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=49.69%
G=20.25%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81334900.590.400.6834042.1122.35
Hex51213103B28441542a16
Octal1214161073501045245226
Binary10100011000011100010111011101000100010010101010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512131; }

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

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

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

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

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

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

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

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