#512434

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

Shades of Black Rose #512434

Tints of Black Rose #512434

Color information

#512434 (or 0x512434) is unknown color: approx Black Rose. HEX triplet: 51, 24 and 34. RGB value is (81,36,52). Sum of RGB (Red+Green+Blue) = 81+36+52=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #512434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512434 is #AEDBCB. Grayscale: #333333. Windows color (decimal): -11459532 or 3417169. OLE color: 3417169.

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

Color convert

RGB813652-
CMYK00.560.360.68
HSL338.67º38.46%22.94%-
HSV(B)338.67º55.56%31.76%-
XYZ4.643.263.63-
YUV51.28128.41149.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=47.93%
G=21.30%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81365200.560.360.68338.6738.4622.94
Hex51243403824441532617
Octal1214464070441045234627
Binary10100011001001101000111000100100100010010101001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512434; }

 p { color: rgb(81,36,52); }

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

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

 a { background-color: rgb(81,36,52); }

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

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

 span { border-color: rgb(81,36,52); }

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