#552638

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

Shades of Black Rose #552638

Tints of Black Rose #552638

Color information

#552638 (or 0x552638) is unknown color: approx Black Rose. HEX triplet: 55, 26 and 38. RGB value is (85,38,56). Sum of RGB (Red+Green+Blue) = 85+38+56=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #552638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552638 is #AAD9C7. Grayscale: #363636. Windows color (decimal): -11196872 or 3679829. OLE color: 3679829.

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

Color convert

RGB853856-
CMYK00.550.340.67
HSL337.02º38.21%24.12%-
HSV(B)337.02º55.29%33.33%-
XYZ5.153.64.17-
YUV54.1129.07150.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=47.49%
G=21.23%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85385600.550.340.67337.0238.2124.12
Hex55263803722431512618
Octal1254670067421035214630
Binary10101011001101110000110111100010100001110101000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552638; }

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

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

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

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

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

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

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

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