Html Css Color HEX #86352B Crab Apple

📋 copy color: '#86352B'

red 134 ◦ green 53 ◦ blue 43

#86352B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #86352B

Tints of Crab Apple #86352B

RGB

 RED value IS 134 (52.73% from 255) = 58.26%

 GREEN value IS 53 (21.09% from 255) = 23.04%

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 58.26%
G = 23.04%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86352B (or 0x86352B) is known color: Crab Apple. HEX triplet: 86, 35 and 2B. RGB value is (134,53,43). Sum of RGB (Red+Green+Blue) = 134+53+43=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86352B is #79CAD4. Grayscale: #4C4C4C. Windows color (decimal): -7981781 or 2831750. OLE color: 2831750.

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

Color convert

RGB 134 53 43 -
CMYK 0 0.60 0.68 0.47
HSL 6.59º 0.51% 0.35% -
HSV(B) 6.59º 0.68% 0.53% -
XYZ 11.54 7.79 3.18 -
YUV 76.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 134 53 43 0 0.60 0.68 0.47 6.59 0.51 0.35
Hex 86 35 2B 0 3C 44 2F 7 33 23
Octal 206 65 53 0 74 104 57 7 63 43
Binary 10000110 110101 101011 0 111100 1000100 101111 111 110011 100011

Color Harmonies of #86352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86352B

Black with #86352B

Text Example


Text Example

White with #86352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86352B;
 }
 .AnyTagClassName
 {
   color: #86352B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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