#552633

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

Shades of Black Rose #552633

Tints of Black Rose #552633

Color information

#552633 (or 0x552633) is unknown color: approx Black Rose. HEX triplet: 55, 26 and 33. RGB value is (85,38,51). Sum of RGB (Red+Green+Blue) = 85+38+51=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552633 is #AAD9CC. Grayscale: #353535. Windows color (decimal): -11196877 or 3352149. OLE color: 3352149.

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

Color convert

RGB853851-
CMYK00.550.400.67
HSL343.4º38.21%24.12%-
HSV(B)343.4º55.29%33.33%-
XYZ5.043.563.55-
YUV53.54126.57150.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=48.85%
G=21.84%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85385100.550.400.67343.438.2124.12
Hex55263303728431572618
Octal1254663067501035274630
Binary10101011001101100110110111101000100001110101011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552633; }

 p { color: rgb(85,38,51); }

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

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

 a { background-color: rgb(85,38,51); }

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

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

 span { border-color: rgb(85,38,51); }

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