#81372A

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

Shades of Crab Apple #81372A

Tints of Crab Apple #81372A

Color information

#81372A (or 0x81372A) is unknown color: approx Crab Apple. HEX triplet: 81, 37 and 2A. RGB value is (129,55,42). Sum of RGB (Red+Green+Blue) = 129+55+42=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #81372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81372A is #7EC8D5. Grayscale: #4B4B4B. Windows color (decimal): -8308950 or 2766721. OLE color: 2766721.

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

Color convert

RGB1295542-
CMYK00.570.670.49
HSL8.97º50.88%33.53%-
HSV(B)8.97º67.44%50.59%-
XYZ10.847.573.08-
YUV75.64109.02166.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.08%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=57.08%
G=24.34%
B=18.58%

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
Decimal129554200.570.670.498.9750.8833.53
Hex81372A039433193322
Octal201675207110361116342
Binary10000001110111101010011100110000111100011001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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