Html Css Color HEX #85200E Falu Red

📋 copy color: '#85200E'

red 133 ◦ green 32 ◦ blue 14

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

Shades of Falu Red #85200E

Tints of Falu Red #85200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

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

R = 74.3%
G = 17.88%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85200E (or 0x85200E) is known color: Falu Red. HEX triplet: 85, 20 and 0E. RGB value is (133,32,14). Sum of RGB (Red+Green+Blue) = 133+32+14=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85200E is #7ADFF1. Grayscale: #3C3C3C. Windows color (decimal): -8052722 or 925829. OLE color: 925829.

HSL color Cylindrical-coordinate representation of color #85200E: hue angle of 9.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 #85200E is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 14 -
CMYK 0 0.76 0.89 0.48
HSL 9.08º 0.81% 0.29% -
HSV(B) 9.08º 0.89% 0.52% -
XYZ 10.27 6.05 1.04 -
YUV 60.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 133 32 14 0 0.76 0.89 0.48 9.08 0.81 0.29
Hex 85 20 E 0 4C 59 30 9 51 1D
Octal 205 40 16 0 114 131 60 11 121 35
Binary 10000101 100000 1110 0 1001100 1011001 110000 1001 1010001 11101

Color Harmonies of #85200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85200E

Black with #85200E

Text Example


Text Example

White with #85200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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