#552336

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

Shades of Black Rose #552336

Tints of Black Rose #552336

Color information

#552336 (or 0x552336) is unknown color: approx Black Rose. HEX triplet: 55, 23 and 36. RGB value is (85,35,54). Sum of RGB (Red+Green+Blue) = 85+35+54=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552336 is #AADCC9. Grayscale: #343434. Windows color (decimal): -11197642 or 3547989. OLE color: 3547989.

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

Color convert

RGB853554-
CMYK00.590.360.67
HSL337.2º41.67%23.53%-
HSV(B)337.2º58.82%33.33%-
XYZ5.013.43.88-
YUV52.12129.06151.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=48.85%
G=20.11%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85355400.590.360.67337.241.6723.53
Hex55233603B24431512a18
Octal1254366073441035215230
Binary10101011000111101100111011100100100001110101000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552336; }

 p { color: rgb(85,35,54); }

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

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

 a { background-color: rgb(85,35,54); }

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

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

 span { border-color: rgb(85,35,54); }

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