#51252F

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

Shades of Black Rose #51252F

Tints of Black Rose #51252F

Color information

#51252F (or 0x51252F) is unknown color: approx Black Rose. HEX triplet: 51, 25 and 2F. RGB value is (81,37,47). Sum of RGB (Red+Green+Blue) = 81+37+47=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51252F is #AEDAD0. Grayscale: #333333. Windows color (decimal): -11459281 or 3089745. OLE color: 3089745.

HSL color Cylindrical-coordinate representation of color #51252F: hue angle of 346.36º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51252F is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB813747-
CMYK00.540.420.68
HSL346.36º37.29%23.14%-
HSV(B)346.36º54.32%31.76%-
XYZ4.573.283.08-
YUV51.3125.58149.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=49.09%
G=22.42%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81374700.540.420.68346.3637.2923.14
Hex51252F0362A4415a2517
Octal1214557066521045324527
Binary10100011001011011110110110101010100010010101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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