#813731

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

Shades of Crab Apple #813731

Tints of Crab Apple #813731

Color information

#813731 (or 0x813731) is unknown color: approx Crab Apple. HEX triplet: 81, 37 and 31. RGB value is (129,55,49). Sum of RGB (Red+Green+Blue) = 129+55+49=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813731 is #7EC8CE. Grayscale: #4C4C4C. Windows color (decimal): -8308943 or 3225473. OLE color: 3225473.

HSL color Cylindrical-coordinate representation of color #813731: hue angle of 4.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813731 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1295549-
CMYK00.570.620.49
HSL4.5º44.94%34.9%-
HSV(B)4.5º62.02%50.59%-
XYZ10.977.623.8-
YUV76.44112.52165.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=55.36%
G=23.61%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129554900.570.620.494.544.9434.9
Hex8137310393E3142d23
Octal2016761071766145543
Binary100000011101111100010111001111110110001100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813731; }

 p { color: rgb(129,55,49); }

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

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

 a { background-color: rgb(129,55,49); }

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

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

 span { border-color: rgb(129,55,49); }

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