Html Css Color HEX #86221A Falu Red

📋 copy color: '#86221A'

red 134 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #86221A

Tints of Falu Red #86221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 69.07%
G = 17.53%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86221A (or 0x86221A) is known color: Falu Red. HEX triplet: 86, 22 and 1A. RGB value is (134,34,26). Sum of RGB (Red+Green+Blue) = 134+34+26=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86221A is #79DDE5. Grayscale: #3F3F3F. Windows color (decimal): -7986662 or 1712774. OLE color: 1712774.

HSL color Cylindrical-coordinate representation of color #86221A: hue angle of 4.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86221A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 26 -
CMYK 0 0.75 0.81 0.47
HSL 4.44º 0.68% 0.31% -
HSV(B) 4.44º 0.81% 0.53% -
XYZ 10.59 6.29 1.63 -
YUV 62.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 134 34 26 0 0.75 0.81 0.47 4.44 0.68 0.31
Hex 86 22 1A 0 4B 51 2F 4 44 1F
Octal 206 42 32 0 113 121 57 4 104 37
Binary 10000110 100010 11010 0 1001011 1010001 101111 100 1000100 11111

Color Harmonies of #86221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86221A

Black with #86221A

Text Example


Text Example

White with #86221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,34,26); }

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

background-color css

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

 a { background-color: rgb(134,34,26); }

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

border-color css

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

 span { border-color: rgb(134,34,26); }

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