#81372B

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

Shades of Crab Apple #81372B

Tints of Crab Apple #81372B

Color information

#81372B (or 0x81372B) is unknown color: approx Crab Apple. HEX triplet: 81, 37 and 2B. RGB value is (129,55,43). Sum of RGB (Red+Green+Blue) = 129+55+43=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81372B is #7EC8D4. Grayscale: #4B4B4B. Windows color (decimal): -8308949 or 2832257. OLE color: 2832257.

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

Color convert

RGB1295543-
CMYK00.570.670.49
HSL8.37º50%33.73%-
HSV(B)8.37º66.67%50.59%-
XYZ10.867.573.18-
YUV75.76109.52165.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=56.83%
G=24.23%
B=18.94%

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
Decimal129554300.570.670.498.375033.73
Hex81372B039433183222
Octal201675307110361106242
Binary10000001110111101011011100110000111100011000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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