#512737

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

Shades of Black Rose #512737

Tints of Black Rose #512737

Color information

#512737 (or 0x512737) is unknown color: approx Black Rose. HEX triplet: 51, 27 and 37. RGB value is (81,39,55). Sum of RGB (Red+Green+Blue) = 81+39+55=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #512737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512737 is #AED8C8. Grayscale: #353535. Windows color (decimal): -11458761 or 3614545. OLE color: 3614545.

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

Color convert

RGB813955-
CMYK00.520.320.68
HSL337.14º35%23.53%-
HSV(B)337.14º51.85%31.76%-
XYZ4.813.484.03-
YUV53.38128.91147.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=46.29%
G=22.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81395500.520.320.68337.143523.53
Hex51273703420441512318
Octal1214767064401045214330
Binary10100011001111101110110100100000100010010101000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512737; }

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

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

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

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

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

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

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

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