#552B39

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

Shades of Black Rose #552B39

Tints of Black Rose #552B39

Color information

#552B39 (or 0x552B39) is unknown color: approx Black Rose. HEX triplet: 55, 2B and 39. RGB value is (85,43,57). Sum of RGB (Red+Green+Blue) = 85+43+57=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B39 is #AAD4C6. Grayscale: #393939. Windows color (decimal): -11195591 or 3746645. OLE color: 3746645.

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

Color convert

RGB854357-
CMYK00.490.330.67
HSL340º32.81%25.1%-
HSV(B)340º49.41%33.33%-
XYZ5.353.954.35-
YUV57.15127.91147.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=45.95%
G=23.24%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85435700.490.330.6734032.8125.1
Hex552B3903121431542119
Octal1255371061411035244131
Binary10101011010111110010110001100001100001110101010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B39; }

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

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

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

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

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

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

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

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