#512936

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

Shades of Black Rose #512936

Tints of Black Rose #512936

Color information

#512936 (or 0x512936) is unknown color: approx Black Rose. HEX triplet: 51, 29 and 36. RGB value is (81,41,54). Sum of RGB (Red+Green+Blue) = 81+41+54=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #512936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512936 is #AED6C9. Grayscale: #363636. Windows color (decimal): -11458250 or 3549521. OLE color: 3549521.

HSL color Cylindrical-coordinate representation of color #512936: hue angle of 340.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512936 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB814154-
CMYK00.490.330.68
HSL340.5º32.79%23.92%-
HSV(B)340.5º49.38%31.76%-
XYZ4.853.63.93-
YUV54.44127.75146.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=46.02%
G=23.30%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81415400.490.330.68340.532.7923.92
Hex51293603121441542118
Octal1215166061411045244130
Binary10100011010011101100110001100001100010010101010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512936; }

 p { color: rgb(81,41,54); }

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

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

 a { background-color: rgb(81,41,54); }

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

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

 span { border-color: rgb(81,41,54); }

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