#552B37

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

Shades of Black Rose #552B37

Tints of Black Rose #552B37

Color information

#552B37 (or 0x552B37) is unknown color: approx Black Rose. HEX triplet: 55, 2B and 37. RGB value is (85,43,55). Sum of RGB (Red+Green+Blue) = 85+43+55=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B37 is #AAD4C8. Grayscale: #383838. Windows color (decimal): -11195593 or 3615573. OLE color: 3615573.

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

Color convert

RGB854355-
CMYK00.490.350.67
HSL342.86º32.81%25.1%-
HSV(B)342.86º49.41%33.33%-
XYZ5.33.934.09-
YUV56.93126.91148.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 55 (21.88% from 255) = 30.05%
R=46.45%
G=23.50%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85435500.490.350.67342.8632.8125.1
Hex552B3703123431572119
Octal1255367061431035274131
Binary10101011010111101110110001100011100001110101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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