Html Css Color HEX #86332A Crab Apple

📋 copy color: '#86332A'

red 134 ◦ green 51 ◦ blue 42

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

Shades of Crab Apple #86332A

Tints of Crab Apple #86332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 59.03%
G = 22.47%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86332A (or 0x86332A) is known color: Crab Apple. HEX triplet: 86, 33 and 2A. RGB value is (134,51,42). Sum of RGB (Red+Green+Blue) = 134+51+42=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86332A is #79CCD5. Grayscale: #4A4A4A. Windows color (decimal): -7982294 or 2765702. OLE color: 2765702.

HSL color Cylindrical-coordinate representation of color #86332A: hue angle of 5.87º 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 #86332A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 42 -
CMYK 0 0.62 0.69 0.47
HSL 5.87º 0.52% 0.35% -
HSV(B) 5.87º 0.69% 0.53% -
XYZ 11.43 7.6 3.06 -
YUV 74.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 134 51 42 0 0.62 0.69 0.47 5.87 0.52 0.35
Hex 86 33 2A 0 3E 45 2F 6 34 23
Octal 206 63 52 0 76 105 57 6 64 43
Binary 10000110 110011 101010 0 111110 1000101 101111 110 110100 100011

Color Harmonies of #86332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86332A

Black with #86332A

Text Example


Text Example

White with #86332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86332A;
 }
 .AnyTagClassName
 {
   color: #86332A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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