#86312C

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

Shades of Crab Apple #86312C

Tints of Crab Apple #86312C

Color information

#86312C (or 0x86312C) is unknown color: approx Crab Apple. HEX triplet: 86, 31 and 2C. RGB value is (134,49,44). Sum of RGB (Red+Green+Blue) = 134+49+44=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86312C is #79CED3. Grayscale: #494949. Windows color (decimal): -7982804 or 2896262. OLE color: 2896262.

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

Color convert

RGB1344944-
CMYK00.630.670.47
HSL3.33º50.56%34.9%-
HSV(B)3.33º67.16%52.55%-
XYZ11.387.453.22-
YUV73.84111.16170.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=59.03%
G=21.59%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134494400.630.670.473.3350.5634.9
Hex86312C03F432F33323
Octal20661540771035736343
Binary100001101100011011000111111100001110111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86312C; }

 p { color: rgb(134,49,44); }

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

<style>
 a { background-color: #86312C; }

 a { background-color: rgb(134,49,44); }

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

<style>
 span { border-color: #86312C; }

 span { border-color: rgb(134,49,44); }

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