#81352D

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

Shades of Crab Apple #81352D

Tints of Crab Apple #81352D

Color information

#81352D (or 0x81352D) is unknown color: approx Crab Apple. HEX triplet: 81, 35 and 2D. RGB value is (129,53,45). Sum of RGB (Red+Green+Blue) = 129+53+45=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81352D is #7ECAD2. Grayscale: #4A4A4A. Windows color (decimal): -8309459 or 2962817. OLE color: 2962817.

HSL color Cylindrical-coordinate representation of color #81352D: hue angle of 5.71º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81352D is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1295345-
CMYK00.590.650.49
HSL5.71º48.28%34.12%-
HSV(B)5.71º65.12%50.59%-
XYZ10.87.43.34-
YUV74.81111.18166.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=56.83%
G=23.35%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129534500.590.650.495.7148.2834.12
Hex81352D03B413163022
Octal20165550731016166042
Binary1000000111010110110101110111000001110001110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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