#52292B

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

Shades of Heath #52292B

Tints of Heath #52292B

Color information

#52292B (or 0x52292B) is unknown color: approx Heath. HEX triplet: 52, 29 and 2B. RGB value is (82,41,43). Sum of RGB (Red+Green+Blue) = 82+41+43=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52292B is #ADD6D4. Grayscale: #353535. Windows color (decimal): -11392725 or 2828626. OLE color: 2828626.

HSL color Cylindrical-coordinate representation of color #52292B: hue angle of 357.07º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52292B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB824143-
CMYK00.500.480.68
HSL357.07º33.33%24.12%-
HSV(B)357.07º50%32.16%-
XYZ4.713.552.72-
YUV53.49122.08148.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=49.40%
G=24.70%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82414300.500.480.68357.0733.3324.12
Hex52292B03230441652118
Octal1225153062601045454130
Binary10100101010011010110110010110000100010010110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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