Html Css Color HEX #852215 Falu Red

📋 copy color: '#852215'

red 133 ◦ green 34 ◦ blue 21

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

Shades of Falu Red #852215

Tints of Falu Red #852215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 70.74%
G = 18.09%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#852215 (or 0x852215) is known color: Falu Red. HEX triplet: 85, 22 and 15. RGB value is (133,34,21). Sum of RGB (Red+Green+Blue) = 133+34+21=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #852215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852215 is #7ADDEA. Grayscale: #3E3E3E. Windows color (decimal): -8052203 or 1385093. OLE color: 1385093.

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

Color convert

RGB 133 34 21 -
CMYK 0 0.74 0.84 0.48
HSL 6.96º 0.73% 0.3% -
HSV(B) 6.96º 0.84% 0.52% -
XYZ 10.38 6.18 1.36 -
YUV 62.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 133 34 21 0 0.74 0.84 0.48 6.96 0.73 0.3
Hex 85 22 15 0 4A 54 30 7 49 1E
Octal 205 42 25 0 112 124 60 7 111 36
Binary 10000101 100010 10101 0 1001010 1010100 110000 111 1001001 11110

Color Harmonies of #852215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852215

Black with #852215

Text Example


Text Example

White with #852215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852215; }

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

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

background-color css

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

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

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

border-color css

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

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

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