#81342A

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

Shades of Crab Apple #81342A

Tints of Crab Apple #81342A

Color information

#81342A (or 0x81342A) is unknown color: approx Crab Apple. HEX triplet: 81, 34 and 2A. RGB value is (129,52,42). Sum of RGB (Red+Green+Blue) = 129+52+42=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81342A is #7ECBD5. Grayscale: #4A4A4A. Windows color (decimal): -8309718 or 2765953. OLE color: 2765953.

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

Color convert

RGB1295242-
CMYK00.600.670.49
HSL6.9º50.88%33.53%-
HSV(B)6.9º67.44%50.59%-
XYZ10.77.293.03-
YUV73.88110.01167.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=57.85%
G=23.32%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129524200.600.670.496.950.8833.53
Hex81342A03C433173322
Octal20164520741036176342
Binary1000000111010010101001111001000011110001111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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