#552936

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

Shades of Black Rose #552936

Tints of Black Rose #552936

Color information

#552936 (or 0x552936) is unknown color: approx Black Rose. HEX triplet: 55, 29 and 36. RGB value is (85,41,54). Sum of RGB (Red+Green+Blue) = 85+41+54=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552936 is #AAD6C9. Grayscale: #373737. Windows color (decimal): -11196106 or 3549525. OLE color: 3549525.

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

Color convert

RGB854154-
CMYK00.520.360.67
HSL342.27º34.92%24.71%-
HSV(B)342.27º51.76%33.33%-
XYZ5.213.783.95-
YUV55.64127.08148.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 54 (21.48% from 255) = 30%
R=47.22%
G=22.78%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85415400.520.360.67342.2734.9224.71
Hex55293603424431562319
Octal1255166064441035264331
Binary10101011010011101100110100100100100001110101011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552936; }

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

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

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

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

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

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

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

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