#512337

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

Shades of Black Rose #512337

Tints of Black Rose #512337

Color information

#512337 (or 0x512337) is unknown color: approx Black Rose. HEX triplet: 51, 23 and 37. RGB value is (81,35,55). Sum of RGB (Red+Green+Blue) = 81+35+55=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #512337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512337 is #AEDCC8. Grayscale: #333333. Windows color (decimal): -11459785 or 3613521. OLE color: 3613521.

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

Color convert

RGB813555-
CMYK00.570.320.68
HSL333.91º39.66%22.75%-
HSV(B)333.91º56.79%31.76%-
XYZ4.683.233.99-
YUV51.03130.24149.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 55 (21.88% from 255) = 32.16%
R=47.37%
G=20.47%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81355500.570.320.68333.9139.6622.75
Hex512337039204414e2817
Octal1214367071401045165027
Binary10100011000111101110111001100000100010010100111010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512337; }

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

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

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

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

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

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

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

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