#552739

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

Shades of Black Rose #552739

Tints of Black Rose #552739

Color information

#552739 (or 0x552739) is unknown color: approx Black Rose. HEX triplet: 55, 27 and 39. RGB value is (85,39,57). Sum of RGB (Red+Green+Blue) = 85+39+57=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #552739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552739 is #AAD8C6. Grayscale: #363636. Windows color (decimal): -11196615 or 3745621. OLE color: 3745621.

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

Color convert

RGB853957-
CMYK00.540.330.67
HSL336.52º37.1%24.31%-
HSV(B)336.52º54.12%33.33%-
XYZ5.213.684.31-
YUV54.81129.24149.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=46.96%
G=21.55%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85395700.540.330.67336.5237.124.31
Hex55273903621431512518
Octal1254771066411035214530
Binary10101011001111110010110110100001100001110101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552739; }

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

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

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

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

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

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

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

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