#512632

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

Shades of Black Rose #512632

Tints of Black Rose #512632

Color information

#512632 (or 0x512632) is unknown color: approx Black Rose. HEX triplet: 51, 26 and 32. RGB value is (81,38,50). Sum of RGB (Red+Green+Blue) = 81+38+50=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #512632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512632 is #AED9CD. Grayscale: #343434. Windows color (decimal): -11459022 or 3286609. OLE color: 3286609.

HSL color Cylindrical-coordinate representation of color #512632: hue angle of 343.26º 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 #512632 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB813850-
CMYK00.530.380.68
HSL343.26º36.13%23.33%-
HSV(B)343.26º53.09%31.76%-
XYZ4.663.373.42-
YUV52.22126.75148.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=47.93%
G=22.49%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81385000.530.380.68343.2636.1323.33
Hex51263203526441572417
Octal1214662065461045274427
Binary10100011001101100100110101100110100010010101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512632; }

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

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

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

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

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

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

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

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