#552A37

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

Shades of Black Rose #552A37

Tints of Black Rose #552A37

Color information

#552A37 (or 0x552A37) is unknown color: approx Black Rose. HEX triplet: 55, 2A and 37. RGB value is (85,42,55). Sum of RGB (Red+Green+Blue) = 85+42+55=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #552A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A37 is #AAD5C8. Grayscale: #383838. Windows color (decimal): -11195849 or 3615317. OLE color: 3615317.

HSL color Cylindrical-coordinate representation of color #552A37: hue angle of 341.86º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A37 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB854255-
CMYK00.510.350.67
HSL341.86º33.86%24.9%-
HSV(B)341.86º50.59%33.33%-
XYZ5.263.864.08-
YUV56.34127.25148.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=46.70%
G=23.08%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85425500.510.350.67341.8633.8624.9
Hex552A3703323431562219
Octal1255267063431035264231
Binary10101011010101101110110011100011100001110101011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A37; }

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

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

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

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

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

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

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

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