#51212C

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

Shades of Black Rose #51212C

Tints of Black Rose #51212C

Color information

#51212C (or 0x51212C) is unknown color: approx Black Rose. HEX triplet: 51, 21 and 2C. RGB value is (81,33,44). Sum of RGB (Red+Green+Blue) = 81+33+44=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51212C is #AEDED3. Grayscale: #303030. Windows color (decimal): -11460308 or 2892113. OLE color: 2892113.

HSL color Cylindrical-coordinate representation of color #51212C: hue angle of 346.25º 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 #51212C is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB813344-
CMYK00.590.460.68
HSL346.25º42.11%22.35%-
HSV(B)346.25º59.26%31.76%-
XYZ4.393.022.73-
YUV48.61125.4151.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=51.27%
G=20.89%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81334400.590.460.68346.2542.1122.35
Hex51212C03B2E4415a2a16
Octal1214154073561045325226
Binary10100011000011011000111011101110100010010101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51212C; }

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

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

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

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

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

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

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

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