Html Css Color HEX #85220E Falu Red

📋 copy color: '#85220E'

red 133 ◦ green 34 ◦ blue 14

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

Shades of Falu Red #85220E

Tints of Falu Red #85220E

RGB

 RED value IS 133 (52.34% from 255) = 73.48%

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

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 73.48%
G = 18.78%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85220E (or 0x85220E) is known color: Falu Red. HEX triplet: 85, 22 and 0E. RGB value is (133,34,14). Sum of RGB (Red+Green+Blue) = 133+34+14=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85220E is #7ADDF1. Grayscale: #3D3D3D. Windows color (decimal): -8052210 or 926341. OLE color: 926341.

HSL color Cylindrical-coordinate representation of color #85220E: hue angle of 10.08º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85220E is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 14 -
CMYK 0 0.74 0.89 0.48
HSL 10.08º 0.81% 0.29% -
HSV(B) 10.08º 0.89% 0.52% -
XYZ 10.32 6.16 1.06 -
YUV 61.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 133 34 14 0 0.74 0.89 0.48 10.08 0.81 0.29
Hex 85 22 E 0 4A 59 30 A 51 1D
Octal 205 42 16 0 112 131 60 12 121 35
Binary 10000101 100010 1110 0 1001010 1011001 110000 1010 1010001 11101

Color Harmonies of #85220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85220E

Black with #85220E

Text Example


Text Example

White with #85220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85220E; }

 p { color: rgb(133,34,14); }

 H1.HeaderClassName
 {
   color: #85220E;
 }
 .AnyTagClassName
 {
   color: #85220E;
 }
</style>

background-color css

<style>
 a { background-color: #85220E; }

 a { background-color: rgb(133,34,14); }

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

border-color css

<style>
 span { border-color: #85220E; }

 span { border-color: rgb(133,34,14); }

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