#552237

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

Shades of Black Rose #552237

Tints of Black Rose #552237

Color information

#552237 (or 0x552237) is unknown color: approx Black Rose. HEX triplet: 55, 22 and 37. RGB value is (85,34,55). Sum of RGB (Red+Green+Blue) = 85+34+55=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552237 is #AADDC8. Grayscale: #333333. Windows color (decimal): -11197897 or 3613269. OLE color: 3613269.

HSL color Cylindrical-coordinate representation of color #552237: hue angle of 335.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552237 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB853455-
CMYK00.600.350.67
HSL335.29º42.86%23.33%-
HSV(B)335.29º60%33.33%-
XYZ5.013.354-
YUV51.64129.9151.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=48.85%
G=19.54%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85345500.600.350.67335.2942.8623.33
Hex55223703C234314f2b17
Octal1254267074431035175327
Binary10101011000101101110111100100011100001110100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552237; }

 p { color: rgb(85,34,55); }

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

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

 a { background-color: rgb(85,34,55); }

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

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

 span { border-color: rgb(85,34,55); }

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