#86332D

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

Shades of Crab Apple #86332D

Tints of Crab Apple #86332D

Color information

#86332D (or 0x86332D) is unknown color: approx Crab Apple. HEX triplet: 86, 33 and 2D. RGB value is (134,51,45). Sum of RGB (Red+Green+Blue) = 134+51+45=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86332D is #79CCD2. Grayscale: #4B4B4B. Windows color (decimal): -7982291 or 2962310. OLE color: 2962310.

HSL color Cylindrical-coordinate representation of color #86332D: hue angle of 4.04º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86332D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1345145-
CMYK00.620.660.47
HSL4.04º49.72%35.1%-
HSV(B)4.04º66.42%52.55%-
XYZ11.497.633.35-
YUV75.13111169.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=58.26%
G=22.17%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134514500.620.660.474.0449.7235.1
Hex86332D03E422F43223
Octal20663550761025746243
Binary1000011011001110110101111101000010101111100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,51,45); }

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

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

 a { background-color: rgb(134,51,45); }

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

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

 span { border-color: rgb(134,51,45); }

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