#51232F

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

Shades of Black Rose #51232F

Tints of Black Rose #51232F

Color information

#51232F (or 0x51232F) is unknown color: approx Black Rose. HEX triplet: 51, 23 and 2F. RGB value is (81,35,47). Sum of RGB (Red+Green+Blue) = 81+35+47=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51232F is #AEDCD0. Grayscale: #323232. Windows color (decimal): -11459793 or 3089233. OLE color: 3089233.

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

Color convert

RGB813547-
CMYK00.570.420.68
HSL344.35º39.66%22.75%-
HSV(B)344.35º56.79%31.76%-
XYZ4.513.163.06-
YUV50.12126.24150.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=49.69%
G=21.47%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81354700.570.420.68344.3539.6622.75
Hex51232F0392A441582817
Octal1214357071521045305027
Binary10100011000111011110111001101010100010010101100010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51232F; }

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

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

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

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

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

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

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

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