#51242C

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

Shades of Black Rose #51242C

Tints of Black Rose #51242C

Color information

#51242C (or 0x51242C) is unknown color: approx Black Rose. HEX triplet: 51, 24 and 2C. RGB value is (81,36,44). Sum of RGB (Red+Green+Blue) = 81+36+44=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51242C is #AEDBD3. Grayscale: #323232. Windows color (decimal): -11459540 or 2892881. OLE color: 2892881.

HSL color Cylindrical-coordinate representation of color #51242C: hue angle of 349.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51242C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB813644-
CMYK00.560.460.68
HSL349.33º38.46%22.94%-
HSV(B)349.33º55.56%31.76%-
XYZ4.483.192.76-
YUV50.37124.41149.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=50.31%
G=22.36%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81364400.560.460.68349.3338.4622.94
Hex51242C0382E4415d2617
Octal1214454070561045354627
Binary10100011001001011000111000101110100010010101110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51242C; }

 p { color: rgb(81,36,44); }

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

<style>
 a { background-color: #51242C; }

 a { background-color: rgb(81,36,44); }

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

<style>
 span { border-color: #51242C; }

 span { border-color: rgb(81,36,44); }

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