#552037

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

Shades of Black Rose #552037

Tints of Black Rose #552037

Color information

#552037 (or 0x552037) is unknown color: approx Black Rose. HEX triplet: 55, 20 and 37. RGB value is (85,32,55). Sum of RGB (Red+Green+Blue) = 85+32+55=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552037 is #AADFC8. Grayscale: #323232. Windows color (decimal): -11198409 or 3612757. OLE color: 3612757.

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

Color convert

RGB853255-
CMYK00.620.350.67
HSL333.96º45.3%22.94%-
HSV(B)333.96º62.35%33.33%-
XYZ4.953.243.98-
YUV50.47130.56152.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=49.42%
G=18.60%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85325500.620.350.67333.9645.322.94
Hex55203703E234314e2d17
Octal1254067076431035165527
Binary10101011000001101110111110100011100001110100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552037; }

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

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

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

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

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

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

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

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