#813A29

Color #813A29 Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #813A29

Tints of Crab Apple #813A29

Color information

#813A29 (or 0x813A29) is unknown color: approx Crab Apple. HEX triplet: 81, 3A and 29. RGB value is (129,58,41). Sum of RGB (Red+Green+Blue) = 129+58+41=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A29 is #7EC5D6. Grayscale: #4D4D4D. Windows color (decimal): -8308183 or 2701953. OLE color: 2701953.

HSL color Cylindrical-coordinate representation of color #813A29: hue angle of 11.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813A29 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1295841-
CMYK00.550.680.49
HSL11.59º51.76%33.33%-
HSV(B)11.59º68.22%50.59%-
XYZ10.977.853.04-
YUV77.29107.52164.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 41 (16.41% from 255) = 17.98%
R=56.58%
G=25.44%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129584100.550.680.4911.5951.7633.33
Hex813A290374431c3421
Octal201725106710461146441
Binary10000001111010101001011011110001001100011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813A29; }

 p { color: rgb(129,58,41); }

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

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

 a { background-color: rgb(129,58,41); }

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

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

 span { border-color: rgb(129,58,41); }

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