Html Css Color HEX #86322B Crab Apple

📋 copy color: '#86322B'

red 134 ◦ green 50 ◦ blue 43

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

Shades of Crab Apple #86322B

Tints of Crab Apple #86322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

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

R = 59.03%
G = 22.03%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86322B (or 0x86322B) is known color: Crab Apple. HEX triplet: 86, 32 and 2B. RGB value is (134,50,43). Sum of RGB (Red+Green+Blue) = 134+50+43=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86322B is #79CDD4. Grayscale: #4A4A4A. Windows color (decimal): -7982549 or 2830982. OLE color: 2830982.

HSL color Cylindrical-coordinate representation of color #86322B: hue angle of 4.62º 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 #86322B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 43 -
CMYK 0 0.63 0.68 0.47
HSL 4.62º 0.51% 0.35% -
HSV(B) 4.62º 0.68% 0.53% -
XYZ 11.41 7.52 3.14 -
YUV 74.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 134 50 43 0 0.63 0.68 0.47 4.62 0.51 0.35
Hex 86 32 2B 0 3F 44 2F 5 33 23
Octal 206 62 53 0 77 104 57 5 63 43
Binary 10000110 110010 101011 0 111111 1000100 101111 101 110011 100011

Color Harmonies of #86322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86322B

Black with #86322B

Text Example


Text Example

White with #86322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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