#55292B

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

Shades of Heath #55292B

Tints of Heath #55292B

Color information

#55292B (or 0x55292B) is unknown color: approx Heath. HEX triplet: 55, 29 and 2B. RGB value is (85,41,43). Sum of RGB (Red+Green+Blue) = 85+41+43=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55292B is #AAD6D4. Grayscale: #363636. Windows color (decimal): -11196117 or 2828629. OLE color: 2828629.

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

Color convert

RGB854143-
CMYK00.520.490.67
HSL357.27º34.92%24.71%-
HSV(B)357.27º51.76%33.33%-
XYZ4.983.692.74-
YUV54.38121.58149.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=50.30%
G=24.26%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85414300.520.490.67357.2734.9224.71
Hex55292B03431431652319
Octal1255153064611035454331
Binary10101011010011010110110100110001100001110110010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55292B; }

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

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

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

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

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

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

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

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