#55182E

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

Shades of Black Rose #55182E

Tints of Black Rose #55182E

Color information

#55182E (or 0x55182E) is unknown color: approx Black Rose. HEX triplet: 55, 18 and 2E. RGB value is (85,24,46). Sum of RGB (Red+Green+Blue) = 85+24+46=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55182E is #AAE7D1. Grayscale: #2C2C2C. Windows color (decimal): -11200466 or 3020885. OLE color: 3020885.

HSL color Cylindrical-coordinate representation of color #55182E: hue angle of 338.36º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55182E is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB852446-
CMYK00.720.460.67
HSL338.36º55.96%21.37%-
HSV(B)338.36º71.76%33.33%-
XYZ4.572.782.88-
YUV44.75128.71156.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=54.84%
G=15.48%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85244600.720.460.67338.3655.9621.37
Hex55182E0482E431523815
Octal12530560110561035227025
Binary10101011100010111001001000101110100001110101001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,24,46); }

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

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

 a { background-color: rgb(85,24,46); }

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

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

 span { border-color: rgb(85,24,46); }

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