#81382e

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

Shades of Crab Apple #81382E

Tints of Crab Apple #81382E

Color information

#81382E (or 0x81382E) is unknown color: approx Crab Apple. HEX triplet: 81, 38 and 2E. RGB value is (129,56,46). Sum of RGB (Red+Green+Blue) = 129+56+46=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #81382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81382E is #7EC7D1. Grayscale: #4C4C4C. Windows color (decimal): -8308690 or 3029121. OLE color: 3029121.

HSL color Cylindrical-coordinate representation of color #81382E: hue angle of 7.23º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81382E is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1295646-
CMYK00.570.640.49
HSL7.23º47.43%34.31%-
HSV(B)7.23º64.34%50.59%-
XYZ10.967.693.49-
YUV76.69110.68165.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=55.84%
G=24.24%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129564600.570.640.497.2347.4334.31
Hex81382E039403172f22
Octal20170560711006175742
Binary1000000111100010111001110011000000110001111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81382e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81382e; }

 p { color: rgb(129,56,46); }

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

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

 a { background-color: rgb(129,56,46); }

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

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

 span { border-color: rgb(129,56,46); }

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