#81382C

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

Shades of Crab Apple #81382C

Tints of Crab Apple #81382C

Color information

#81382C (or 0x81382C) is unknown color: approx Crab Apple. HEX triplet: 81, 38 and 2C. RGB value is (129,56,44). Sum of RGB (Red+Green+Blue) = 129+56+44=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81382C is #7EC7D3. Grayscale: #4C4C4C. Windows color (decimal): -8308692 or 2898049. OLE color: 2898049.

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

Color convert

RGB1295644-
CMYK00.570.660.49
HSL8.47º49.13%33.92%-
HSV(B)8.47º65.89%50.59%-
XYZ10.927.683.29-
YUV76.46109.68165.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=56.33%
G=24.45%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129564400.570.660.498.4749.1333.92
Hex81382C039423183122
Octal201705407110261106142
Binary10000001111000101100011100110000101100011000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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