#512636

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

Shades of Black Rose #512636

Tints of Black Rose #512636

Color information

#512636 (or 0x512636) is unknown color: approx Black Rose. HEX triplet: 51, 26 and 36. RGB value is (81,38,54). Sum of RGB (Red+Green+Blue) = 81+38+54=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #512636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512636 is #AED9C9. Grayscale: #343434. Windows color (decimal): -11459018 or 3548753. OLE color: 3548753.

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

Color convert

RGB813854-
CMYK00.530.330.68
HSL337.67º36.13%23.33%-
HSV(B)337.67º53.09%31.76%-
XYZ4.753.43.9-
YUV52.68128.75148.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=46.82%
G=21.97%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81385400.530.330.68337.6736.1323.33
Hex51263603521441522417
Octal1214666065411045224427
Binary10100011001101101100110101100001100010010101001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512636; }

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

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

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

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

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

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

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

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