#552639

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

Shades of Black Rose #552639

Tints of Black Rose #552639

Color information

#552639 (or 0x552639) is unknown color: approx Black Rose. HEX triplet: 55, 26 and 39. RGB value is (85,38,57). Sum of RGB (Red+Green+Blue) = 85+38+57=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552639 is #AAD9C6. Grayscale: #363636. Windows color (decimal): -11196871 or 3745365. OLE color: 3745365.

HSL color Cylindrical-coordinate representation of color #552639: hue angle of 335.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552639 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB853857-
CMYK00.550.330.67
HSL335.74º38.21%24.12%-
HSV(B)335.74º55.29%33.33%-
XYZ5.183.614.3-
YUV54.22129.57149.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=47.22%
G=21.11%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85385700.550.330.67335.7438.2124.12
Hex55263903721431502618
Octal1254671067411035204630
Binary10101011001101110010110111100001100001110101000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552639; }

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

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

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

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

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

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

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

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