Html Css Color HEX #852201 Falu Red

📋 copy color: '#852201'

red 133 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #852201

Tints of Falu Red #852201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 79.17%
G = 20.24%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852201 (or 0x852201) is known color: Falu Red. HEX triplet: 85, 22 and 01. RGB value is (133,34,1). Sum of RGB (Red+Green+Blue) = 133+34+1=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #852201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852201 is #7ADDFE. Grayscale: #3C3C3C. Windows color (decimal): -8052223 or 74373. OLE color: 74373.

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

Color convert

RGB 133 34 1 -
CMYK 0 0.74 0.99 0.48
HSL 15º 0.99% 0.26% -
HSV(B) 15º 0.99% 0.52% -
XYZ 10.25 6.13 0.67 -
YUV 59.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 133 34 1 0 0.74 0.99 0.48 15 0.99 0.26
Hex 85 22 1 0 4A 63 30 F 63 1A
Octal 205 42 1 0 112 143 60 17 143 32
Binary 10000101 100010 1 0 1001010 1100011 110000 1111 1100011 11010

Color Harmonies of #852201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852201

Black with #852201

Text Example


Text Example

White with #852201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852201; }

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

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

background-color css

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

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

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

border-color css

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

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

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