#81332B

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

Shades of Crab Apple #81332B

Tints of Crab Apple #81332B

Color information

#81332B (or 0x81332B) is unknown color: approx Crab Apple. HEX triplet: 81, 33 and 2B. RGB value is (129,51,43). Sum of RGB (Red+Green+Blue) = 129+51+43=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81332B is #7ECCD4. Grayscale: #494949. Windows color (decimal): -8309973 or 2831233. OLE color: 2831233.

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

Color convert

RGB1295143-
CMYK00.600.670.49
HSL5.58º50%33.73%-
HSV(B)5.58º66.67%50.59%-
XYZ10.677.213.11-
YUV73.41110.84167.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=57.85%
G=22.87%
B=19.28%

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
Decimal129514300.600.670.495.585033.73
Hex81332B03C433163222
Octal20163530741036166242
Binary1000000111001110101101111001000011110001110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81332B; }

 p { color: rgb(129,51,43); }

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

<style>
 a { background-color: #81332B; }

 a { background-color: rgb(129,51,43); }

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

<style>
 span { border-color: #81332B; }

 span { border-color: rgb(129,51,43); }

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