Html Css Color HEX #852214 Falu Red

📋 copy color: '#852214'

red 133 ◦ green 34 ◦ blue 20

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

Shades of Falu Red #852214

Tints of Falu Red #852214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 71.12%
G = 18.18%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#852214 (or 0x852214) is known color: Falu Red. HEX triplet: 85, 22 and 14. RGB value is (133,34,20). Sum of RGB (Red+Green+Blue) = 133+34+20=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #852214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852214 is #7ADDEB. Grayscale: #3E3E3E. Windows color (decimal): -8052204 or 1319557. OLE color: 1319557.

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

Color convert

RGB 133 34 20 -
CMYK 0 0.74 0.85 0.48
HSL 7.43º 0.74% 0.3% -
HSV(B) 7.43º 0.85% 0.52% -
XYZ 10.37 6.18 1.31 -
YUV 62.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 133 34 20 0 0.74 0.85 0.48 7.43 0.74 0.3
Hex 85 22 14 0 4A 55 30 7 4A 1E
Octal 205 42 24 0 112 125 60 7 112 36
Binary 10000101 100010 10100 0 1001010 1010101 110000 111 1001010 11110

Color Harmonies of #852214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852214

Black with #852214

Text Example


Text Example

White with #852214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852214; }

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

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

background-color css

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

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

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

border-color css

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

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

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