#55273B

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

Shades of Black Rose #55273B

Tints of Black Rose #55273B

Color information

#55273B (or 0x55273B) is unknown color: approx Black Rose. HEX triplet: 55, 27 and 3B. RGB value is (85,39,59). Sum of RGB (Red+Green+Blue) = 85+39+59=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55273B is #AAD8C4. Grayscale: #373737. Windows color (decimal): -11196613 or 3876693. OLE color: 3876693.

HSL color Cylindrical-coordinate representation of color #55273B: hue angle of 333.91º 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 #55273B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB853959-
CMYK00.540.310.67
HSL333.91º37.1%24.31%-
HSV(B)333.91º54.12%33.33%-
XYZ5.263.74.57-
YUV55.03130.24149.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=46.45%
G=21.31%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85395900.540.310.67333.9137.124.31
Hex55273B0361F4314e2518
Octal1254773066371035164530
Binary1010101100111111011011011011111100001110100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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