#86322A

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

Shades of Crab Apple #86322A

Tints of Crab Apple #86322A

Color information

#86322A (or 0x86322A) is unknown color: approx Crab Apple. HEX triplet: 86, 32 and 2A. RGB value is (134,50,42). Sum of RGB (Red+Green+Blue) = 134+50+42=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86322A is #79CDD5. Grayscale: #4A4A4A. Windows color (decimal): -7982550 or 2765446. OLE color: 2765446.

HSL color Cylindrical-coordinate representation of color #86322A: hue angle of 5.22º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86322A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1345042-
CMYK00.630.690.47
HSL5.22º52.27%34.51%-
HSV(B)5.22º68.66%52.55%-
XYZ11.397.523.04-
YUV74.2109.83170.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=59.29%
G=22.12%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134504200.630.690.475.2252.2734.51
Hex86322A03F452F53423
Octal20662520771055756443
Binary1000011011001010101001111111000101101111101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,50,42); }

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

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

 a { background-color: rgb(134,50,42); }

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

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

 span { border-color: rgb(134,50,42); }

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