#813B29

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

Shades of Crab Apple #813B29

Tints of Crab Apple #813B29

Color information

#813B29 (or 0x813B29) is unknown color: approx Crab Apple. HEX triplet: 81, 3B and 29. RGB value is (129,59,41). Sum of RGB (Red+Green+Blue) = 129+59+41=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #813B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B29 is #7EC4D6. Grayscale: #4E4E4E. Windows color (decimal): -8307927 or 2702209. OLE color: 2702209.

HSL color Cylindrical-coordinate representation of color #813B29: hue angle of 12.27º 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 #813B29 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1295941-
CMYK00.540.680.49
HSL12.27º51.76%33.33%-
HSV(B)12.27º68.22%50.59%-
XYZ11.027.963.05-
YUV77.88107.19164.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=56.33%
G=25.76%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129594100.540.680.4912.2751.7633.33
Hex813B290364431c3421
Octal201735106610461146441
Binary10000001111011101001011011010001001100011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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