#51212E

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

Shades of Black Rose #51212E

Tints of Black Rose #51212E

Color information

#51212E (or 0x51212E) is unknown color: approx Black Rose. HEX triplet: 51, 21 and 2E. RGB value is (81,33,46). Sum of RGB (Red+Green+Blue) = 81+33+46=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51212E is #AEDED1. Grayscale: #303030. Windows color (decimal): -11460306 or 3023185. OLE color: 3023185.

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

Color convert

RGB813346-
CMYK00.590.430.68
HSL343.75º42.11%22.35%-
HSV(B)343.75º59.26%31.76%-
XYZ4.433.032.94-
YUV48.83126.4150.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=50.62%
G=20.62%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81334600.590.430.68343.7542.1122.35
Hex51212E03B2B441582a16
Octal1214156073531045305226
Binary10100011000011011100111011101011100010010101100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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