#81382A

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

Shades of Crab Apple #81382A

Tints of Crab Apple #81382A

Color information

#81382A (or 0x81382A) is unknown color: approx Crab Apple. HEX triplet: 81, 38 and 2A. RGB value is (129,56,42). Sum of RGB (Red+Green+Blue) = 129+56+42=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81382A is #7EC7D5. Grayscale: #4C4C4C. Windows color (decimal): -8308694 or 2766977. OLE color: 2766977.

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

Color convert

RGB1295642-
CMYK00.570.670.49
HSL9.66º50.88%33.53%-
HSV(B)9.66º67.44%50.59%-
XYZ10.897.663.1-
YUV76.23108.68165.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=56.83%
G=24.67%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129564200.570.670.499.6650.8833.53
Hex81382A0394331a3322
Octal201705207110361126342
Binary10000001111000101010011100110000111100011010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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