#512231

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

Shades of Black Rose #512231

Tints of Black Rose #512231

Color information

#512231 (or 0x512231) is unknown color: approx Black Rose. HEX triplet: 51, 22 and 31. RGB value is (81,34,49). Sum of RGB (Red+Green+Blue) = 81+34+49=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #512231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512231 is #AEDDCE. Grayscale: #313131. Windows color (decimal): -11460047 or 3220049. OLE color: 3220049.

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

Color convert

RGB813449-
CMYK00.580.400.68
HSL340.85º40.87%22.55%-
HSV(B)340.85º58.02%31.76%-
XYZ4.523.123.27-
YUV49.76127.57150.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=49.39%
G=20.73%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81344900.580.400.68340.8540.8722.55
Hex51223103A28441552917
Octal1214261072501045255127
Binary10100011000101100010111010101000100010010101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512231; }

 p { color: rgb(81,34,49); }

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

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

 a { background-color: rgb(81,34,49); }

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

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

 span { border-color: rgb(81,34,49); }

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