#55273A

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

Shades of Black Rose #55273A

Tints of Black Rose #55273A

Color information

#55273A (or 0x55273A) is unknown color: approx Black Rose. HEX triplet: 55, 27 and 3A. RGB value is (85,39,58). Sum of RGB (Red+Green+Blue) = 85+39+58=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55273A is #AAD8C5. Grayscale: #363636. Windows color (decimal): -11196614 or 3811157. OLE color: 3811157.

HSL color Cylindrical-coordinate representation of color #55273A: hue angle of 335.22º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55273A is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB853958-
CMYK00.540.320.67
HSL335.22º37.1%24.31%-
HSV(B)335.22º54.12%33.33%-
XYZ5.243.694.44-
YUV54.92129.74149.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=46.70%
G=21.43%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85395800.540.320.67335.2237.124.31
Hex55273A036204314f2518
Octal1254772066401035174530
Binary10101011001111110100110110100000100001110100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55273A; }

 p { color: rgb(85,39,58); }

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

<style>
 a { background-color: #55273A; }

 a { background-color: rgb(85,39,58); }

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

<style>
 span { border-color: #55273A; }

 span { border-color: rgb(85,39,58); }

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