#51242D

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

Shades of Black Rose #51242D

Tints of Black Rose #51242D

Color information

#51242D (or 0x51242D) is unknown color: approx Black Rose. HEX triplet: 51, 24 and 2D. RGB value is (81,36,45). Sum of RGB (Red+Green+Blue) = 81+36+45=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51242D is #AEDBD2. Grayscale: #323232. Windows color (decimal): -11459539 or 2958417. OLE color: 2958417.

HSL color Cylindrical-coordinate representation of color #51242D: hue angle of 348º 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 #51242D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB813645-
CMYK00.560.440.68
HSL348º38.46%22.94%-
HSV(B)348º55.56%31.76%-
XYZ4.53.22.86-
YUV50.48124.91149.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=50%
G=22.22%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81364500.560.440.6834838.4622.94
Hex51242D0382C4415c2617
Octal1214455070541045344627
Binary10100011001001011010111000101100100010010101110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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