#553133

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

Shades of Heath #553133

Tints of Heath #553133

Color information

#553133 (or 0x553133) is unknown color: approx Heath. HEX triplet: 55, 31 and 33. RGB value is (85,49,51). Sum of RGB (Red+Green+Blue) = 85+49+51=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553133 is #AACECC. Grayscale: #3C3C3C. Windows color (decimal): -11194061 or 3354965. OLE color: 3354965.

HSL color Cylindrical-coordinate representation of color #553133: hue angle of 356.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553133 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB854951-
CMYK00.420.400.67
HSL356.67º26.87%26.27%-
HSV(B)356.67º42.35%33.33%-
XYZ5.444.373.69-
YUV59.99122.93145.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=45.95%
G=26.49%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85495100.420.400.67356.6726.8726.27
Hex55313302A28431651b1a
Octal1256163052501035453332
Binary1010101110001110011010101010100010000111011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553133; }

 p { color: rgb(85,49,51); }

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

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

 a { background-color: rgb(85,49,51); }

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

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

 span { border-color: rgb(85,49,51); }

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