#552C39

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

Shades of Black Rose #552C39

Tints of Black Rose #552C39

Color information

#552C39 (or 0x552C39) is unknown color: approx Black Rose. HEX triplet: 55, 2C and 39. RGB value is (85,44,57). Sum of RGB (Red+Green+Blue) = 85+44+57=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C39 is #AAD3C6. Grayscale: #393939. Windows color (decimal): -11195335 or 3746901. OLE color: 3746901.

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

Color convert

RGB854457-
CMYK00.480.330.67
HSL340.98º31.78%25.29%-
HSV(B)340.98º48.24%33.33%-
XYZ5.394.034.36-
YUV57.74127.58147.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=45.70%
G=23.66%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85445700.480.330.67340.9831.7825.29
Hex552C3903021431552019
Octal1255471060411035254031
Binary10101011011001110010110000100001100001110101010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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