#51222E

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

Shades of Black Rose #51222E

Tints of Black Rose #51222E

Color information

#51222E (or 0x51222E) is unknown color: approx Black Rose. HEX triplet: 51, 22 and 2E. RGB value is (81,34,46). Sum of RGB (Red+Green+Blue) = 81+34+46=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51222E is #AEDDD1. Grayscale: #313131. Windows color (decimal): -11460050 or 3023441. OLE color: 3023441.

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

Color convert

RGB813446-
CMYK00.580.430.68
HSL344.68º40.87%22.55%-
HSV(B)344.68º58.02%31.76%-
XYZ4.463.092.95-
YUV49.42126.07150.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=50.31%
G=21.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81344600.580.430.68344.6840.8722.55
Hex51222E03A2B441592917
Octal1214256072531045315127
Binary10100011000101011100111010101011100010010101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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