#552A3C

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

Shades of Black Rose #552A3C

Tints of Black Rose #552A3C

Color information

#552A3C (or 0x552A3C) is unknown color: approx Black Rose. HEX triplet: 55, 2A and 3C. RGB value is (85,42,60). Sum of RGB (Red+Green+Blue) = 85+42+60=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #552A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A3C is #AAD5C3. Grayscale: #383838. Windows color (decimal): -11195844 or 3942997. OLE color: 3942997.

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

Color convert

RGB854260-
CMYK00.510.290.67
HSL334.88º33.86%24.9%-
HSV(B)334.88º50.59%33.33%-
XYZ5.393.914.75-
YUV56.91129.75148.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=45.45%
G=22.46%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85426000.510.290.67334.8833.8624.9
Hex552A3C0331D4314f2219
Octal1255274063351035174231
Binary1010101101010111100011001111101100001110100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,42,60); }

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

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

 a { background-color: rgb(85,42,60); }

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

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

 span { border-color: rgb(85,42,60); }

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