Html Css Color HEX #852011 Falu Red

📋 copy color: '#852011'

red 133 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #852011

Tints of Falu Red #852011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 73.08%
G = 17.58%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#852011 (or 0x852011) is known color: Falu Red. HEX triplet: 85, 20 and 11. RGB value is (133,32,17). Sum of RGB (Red+Green+Blue) = 133+32+17=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #852011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852011 is #7ADFEE. Grayscale: #3C3C3C. Windows color (decimal): -8052719 or 1122437. OLE color: 1122437.

HSL color Cylindrical-coordinate representation of color #852011: hue angle of 7.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #852011 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 17 -
CMYK 0 0.76 0.87 0.48
HSL 7.76º 0.77% 0.29% -
HSV(B) 7.76º 0.87% 0.52% -
XYZ 10.29 6.06 1.16 -
YUV 60.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 133 32 17 0 0.76 0.87 0.48 7.76 0.77 0.29
Hex 85 20 11 0 4C 57 30 8 4D 1D
Octal 205 40 21 0 114 127 60 10 115 35
Binary 10000101 100000 10001 0 1001100 1010111 110000 1000 1001101 11101

Color Harmonies of #852011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852011

Black with #852011

Text Example


Text Example

White with #852011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852011; }

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

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

background-color css

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

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

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

border-color css

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

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

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