#512734

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

Shades of Black Rose #512734

Tints of Black Rose #512734

Color information

#512734 (or 0x512734) is unknown color: approx Black Rose. HEX triplet: 51, 27 and 34. RGB value is (81,39,52). Sum of RGB (Red+Green+Blue) = 81+39+52=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #512734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512734 is #AED8CB. Grayscale: #353535. Windows color (decimal): -11458764 or 3417937. OLE color: 3417937.

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

Color convert

RGB813952-
CMYK00.520.360.68
HSL341.43º35%23.53%-
HSV(B)341.43º51.85%31.76%-
XYZ4.743.453.66-
YUV53.04127.41147.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=47.09%
G=22.67%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81395200.520.360.68341.433523.53
Hex51273403424441552318
Octal1214764064441045254330
Binary10100011001111101000110100100100100010010101010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512734; }

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

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

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

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

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

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

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

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