Html Css Color HEX #852112 Falu Red

📋 copy color: '#852112'

red 133 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #852112

Tints of Falu Red #852112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 72.28%
G = 17.93%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852112 (or 0x852112) is known color: Falu Red. HEX triplet: 85, 21 and 12. RGB value is (133,33,18). Sum of RGB (Red+Green+Blue) = 133+33+18=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #852112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852112 is #7ADEED. Grayscale: #3D3D3D. Windows color (decimal): -8052462 or 1188229. OLE color: 1188229.

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

Color convert

RGB 133 33 18 -
CMYK 0 0.75 0.86 0.48
HSL 7.83º 0.76% 0.3% -
HSV(B) 7.83º 0.86% 0.52% -
XYZ 10.33 6.12 1.21 -
YUV 61.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 133 33 18 0 0.75 0.86 0.48 7.83 0.76 0.3
Hex 85 21 12 0 4B 56 30 8 4C 1E
Octal 205 41 22 0 113 126 60 10 114 36
Binary 10000101 100001 10010 0 1001011 1010110 110000 1000 1001100 11110

Color Harmonies of #852112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852112

Black with #852112

Text Example


Text Example

White with #852112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852112; }

 p { color: rgb(133,33,18); }

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

background-color css

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

 a { background-color: rgb(133,33,18); }

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

border-color css

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

 span { border-color: rgb(133,33,18); }

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