#55242D

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

Shades of Black Rose #55242D

Tints of Black Rose #55242D

Color information

#55242D (or 0x55242D) is unknown color: approx Black Rose. HEX triplet: 55, 24 and 2D. RGB value is (85,36,45). Sum of RGB (Red+Green+Blue) = 85+36+45=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55242D is #AADBD2. Grayscale: #333333. Windows color (decimal): -11197395 or 2958421. OLE color: 2958421.

HSL color Cylindrical-coordinate representation of color #55242D: hue angle of 348.98º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55242D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB853645-
CMYK00.580.470.67
HSL348.98º40.5%23.73%-
HSV(B)348.98º57.65%33.33%-
XYZ4.853.382.88-
YUV51.68124.23151.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=51.20%
G=21.69%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85364500.580.470.67348.9840.523.73
Hex55242D03A2F4315d2818
Octal1254455072571035355030
Binary10101011001001011010111010101111100001110101110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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