#51262E

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

Shades of Black Rose #51262E

Tints of Black Rose #51262E

Color information

#51262E (or 0x51262E) is unknown color: approx Black Rose. HEX triplet: 51, 26 and 2E. RGB value is (81,38,46). Sum of RGB (Red+Green+Blue) = 81+38+46=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51262E is #AED9D1. Grayscale: #333333. Windows color (decimal): -11459026 or 3024465. OLE color: 3024465.

HSL color Cylindrical-coordinate representation of color #51262E: hue angle of 348.84º 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 #51262E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB813846-
CMYK00.530.430.68
HSL348.84º36.13%23.33%-
HSV(B)348.84º53.09%31.76%-
XYZ4.583.332.99-
YUV51.77124.75148.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=49.09%
G=23.03%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81384600.530.430.68348.8436.1323.33
Hex51262E0352B4415d2417
Octal1214656065531045354427
Binary10100011001101011100110101101011100010010101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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