Html Css Color HEX #86322D Crab Apple

📋 copy color: '#86322D'

red 134 ◦ green 50 ◦ blue 45

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

Shades of Crab Apple #86322D

Tints of Crab Apple #86322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 58.52%
G = 21.83%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86322D (or 0x86322D) is known color: Crab Apple. HEX triplet: 86, 32 and 2D. RGB value is (134,50,45). Sum of RGB (Red+Green+Blue) = 134+50+45=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86322D is #79CDD2. Grayscale: #4A4A4A. Windows color (decimal): -7982547 or 2962054. OLE color: 2962054.

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

Color convert

RGB 134 50 45 -
CMYK 0 0.63 0.66 0.47
HSL 3.37º 0.5% 0.35% -
HSV(B) 3.37º 0.66% 0.53% -
XYZ 11.45 7.54 3.33 -
YUV 74.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 134 50 45 0 0.63 0.66 0.47 3.37 0.5 0.35
Hex 86 32 2D 0 3F 42 2F 3 32 23
Octal 206 62 55 0 77 102 57 3 62 43
Binary 10000110 110010 101101 0 111111 1000010 101111 11 110010 100011

Color Harmonies of #86322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86322D

Black with #86322D

Text Example


Text Example

White with #86322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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