#512334

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

Shades of Black Rose #512334

Tints of Black Rose #512334

Color information

#512334 (or 0x512334) is unknown color: approx Black Rose. HEX triplet: 51, 23 and 34. RGB value is (81,35,52). Sum of RGB (Red+Green+Blue) = 81+35+52=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #512334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512334 is #AEDCCB. Grayscale: #323232. Windows color (decimal): -11459788 or 3416913. OLE color: 3416913.

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

Color convert

RGB813552-
CMYK00.570.360.68
HSL337.83º39.66%22.75%-
HSV(B)337.83º56.79%31.76%-
XYZ4.613.23.62-
YUV50.69128.74149.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=48.21%
G=20.83%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81355200.570.360.68337.8339.6622.75
Hex51233403924441522817
Octal1214364071441045225027
Binary10100011000111101000111001100100100010010101001010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512334; }

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

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

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

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

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

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

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

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