#81352B

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

Shades of Crab Apple #81352B

Tints of Crab Apple #81352B

Color information

#81352B (or 0x81352B) is unknown color: approx Crab Apple. HEX triplet: 81, 35 and 2B. RGB value is (129,53,43). Sum of RGB (Red+Green+Blue) = 129+53+43=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81352B is #7ECAD4. Grayscale: #4A4A4A. Windows color (decimal): -8309461 or 2831745. OLE color: 2831745.

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

Color convert

RGB1295343-
CMYK00.590.670.49
HSL6.98º50%33.73%-
HSV(B)6.98º66.67%50.59%-
XYZ10.767.393.14-
YUV74.58110.18166.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.33%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=57.33%
G=23.56%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129534300.590.670.496.985033.73
Hex81352B03B433173222
Octal20165530731036176242
Binary1000000111010110101101110111000011110001111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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