#53292A

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

Shades of Heath #53292A

Tints of Heath #53292A

Color information

#53292A (or 0x53292A) is unknown color: approx Heath. HEX triplet: 53, 29 and 2A. RGB value is (83,41,42). Sum of RGB (Red+Green+Blue) = 83+41+42=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292A is #ACD6D5. Grayscale: #353535. Windows color (decimal): -11327190 or 2763091. OLE color: 2763091.

HSL color Cylindrical-coordinate representation of color #53292A: hue angle of 358.57º 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 #53292A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB834142-
CMYK00.510.490.67
HSL358.57º33.87%24.31%-
HSV(B)358.57º50.6%32.55%-
XYZ4.783.592.63-
YUV53.67121.41148.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=50%
G=24.70%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414200.510.490.67358.5733.8724.31
Hex53292A03331431672218
Octal1235152063611035474230
Binary10100111010011010100110011110001100001110110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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