#51262F

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

Shades of Black Rose #51262F

Tints of Black Rose #51262F

Color information

#51262F (or 0x51262F) is unknown color: approx Black Rose. HEX triplet: 51, 26 and 2F. RGB value is (81,38,47). Sum of RGB (Red+Green+Blue) = 81+38+47=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #51262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51262F is #AED9D0. Grayscale: #333333. Windows color (decimal): -11459025 or 3090001. OLE color: 3090001.

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

Color convert

RGB813847-
CMYK00.530.420.68
HSL347.44º36.13%23.33%-
HSV(B)347.44º53.09%31.76%-
XYZ4.63.343.09-
YUV51.88125.25148.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=48.80%
G=22.89%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81384700.530.420.68347.4436.1323.33
Hex51262F0352A4415b2417
Octal1214657065521045334427
Binary10100011001101011110110101101010100010010101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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