#552837

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

Shades of Black Rose #552837

Tints of Black Rose #552837

Color information

#552837 (or 0x552837) is unknown color: approx Black Rose. HEX triplet: 55, 28 and 37. RGB value is (85,40,55). Sum of RGB (Red+Green+Blue) = 85+40+55=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552837 is #AAD7C8. Grayscale: #373737. Windows color (decimal): -11196361 or 3614805. OLE color: 3614805.

HSL color Cylindrical-coordinate representation of color #552837: hue angle of 340º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552837 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB854055-
CMYK00.530.350.67
HSL340º36%24.51%-
HSV(B)340º52.94%33.33%-
XYZ5.193.724.06-
YUV55.16127.91149.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=47.22%
G=22.22%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85405500.530.350.673403624.51
Hex55283703523431542419
Octal1255067065431035244431
Binary10101011010001101110110101100011100001110101010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552837; }

 p { color: rgb(85,40,55); }

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

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

 a { background-color: rgb(85,40,55); }

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

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

 span { border-color: rgb(85,40,55); }

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