#81392A

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

Shades of Crab Apple #81392A

Tints of Crab Apple #81392A

Color information

#81392A (or 0x81392A) is unknown color: approx Crab Apple. HEX triplet: 81, 39 and 2A. RGB value is (129,57,42). Sum of RGB (Red+Green+Blue) = 129+57+42=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81392A is #7EC6D5. Grayscale: #4C4C4C. Windows color (decimal): -8308438 or 2767233. OLE color: 2767233.

HSL color Cylindrical-coordinate representation of color #81392A: hue angle of 10.34º 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 #81392A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1295742-
CMYK00.560.670.49
HSL10.34º50.88%33.53%-
HSV(B)10.34º67.44%50.59%-
XYZ10.937.763.11-
YUV76.82108.35165.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=56.58%
G=25%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129574200.560.670.4910.3450.8833.53
Hex81392A0384331a3322
Octal201715207010361126342
Binary10000001111001101010011100010000111100011010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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