#552836

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

Shades of Black Rose #552836

Tints of Black Rose #552836

Color information

#552836 (or 0x552836) is unknown color: approx Black Rose. HEX triplet: 55, 28 and 36. RGB value is (85,40,54). Sum of RGB (Red+Green+Blue) = 85+40+54=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #552836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552836 is #AAD7C9. Grayscale: #373737. Windows color (decimal): -11196362 or 3549269. OLE color: 3549269.

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

Color convert

RGB854054-
CMYK00.530.360.67
HSL341.33º36%24.51%-
HSV(B)341.33º52.94%33.33%-
XYZ5.173.723.93-
YUV55.05127.41149.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=47.49%
G=22.35%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85405400.530.360.67341.333624.51
Hex55283603524431552419
Octal1255066065441035254431
Binary10101011010001101100110101100100100001110101010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552836; }

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

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

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

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

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

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

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

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