#552938

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

Shades of Black Rose #552938

Tints of Black Rose #552938

Color information

#552938 (or 0x552938) is unknown color: approx Black Rose. HEX triplet: 55, 29 and 38. RGB value is (85,41,56). Sum of RGB (Red+Green+Blue) = 85+41+56=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #552938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552938 is #AAD6C7. Grayscale: #373737. Windows color (decimal): -11196104 or 3680597. OLE color: 3680597.

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

Color convert

RGB854156-
CMYK00.520.340.67
HSL339.55º34.92%24.71%-
HSV(B)339.55º51.76%33.33%-
XYZ5.253.84.2-
YUV55.87128.08148.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=46.70%
G=22.53%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85415600.520.340.67339.5534.9224.71
Hex55293803422431542319
Octal1255170064421035244331
Binary10101011010011110000110100100010100001110101010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552938; }

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

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

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

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

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

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

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

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