#53292B

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

Shades of Heath #53292B

Tints of Heath #53292B

Color information

#53292B (or 0x53292B) is unknown color: approx Heath. HEX triplet: 53, 29 and 2B. RGB value is (83,41,43). Sum of RGB (Red+Green+Blue) = 83+41+43=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292B is #ACD6D4. Grayscale: #353535. Windows color (decimal): -11327189 or 2828627. OLE color: 2828627.

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

Color convert

RGB834143-
CMYK00.510.480.67
HSL357.14º33.87%24.31%-
HSV(B)357.14º50.6%32.55%-
XYZ4.83.62.73-
YUV53.79121.91148.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=49.70%
G=24.55%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414300.510.480.67357.1433.8724.31
Hex53292B03330431652218
Octal1235153063601035454230
Binary10100111010011010110110011110000100001110110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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