#552C38

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

Shades of Black Rose #552C38

Tints of Black Rose #552C38

Color information

#552C38 (or 0x552C38) is unknown color: approx Black Rose. HEX triplet: 55, 2C and 38. RGB value is (85,44,56). Sum of RGB (Red+Green+Blue) = 85+44+56=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C38 is #AAD3C7. Grayscale: #393939. Windows color (decimal): -11195336 or 3681365. OLE color: 3681365.

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

Color convert

RGB854456-
CMYK00.480.340.67
HSL342.44º31.78%25.29%-
HSV(B)342.44º48.24%33.33%-
XYZ5.364.024.23-
YUV57.63127.08147.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=45.95%
G=23.78%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85445600.480.340.67342.4431.7825.29
Hex552C3803022431562019
Octal1255470060421035264031
Binary10101011011001110000110000100010100001110101011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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