Html Css Color HEX #852219 Falu Red

📋 copy color: '#852219'

red 133 ◦ green 34 ◦ blue 25

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

Shades of Falu Red #852219

Tints of Falu Red #852219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 69.27%
G = 17.71%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#852219 (or 0x852219) is known color: Falu Red. HEX triplet: 85, 22 and 19. RGB value is (133,34,25). Sum of RGB (Red+Green+Blue) = 133+34+25=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #852219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852219 is #7ADDE6. Grayscale: #3E3E3E. Windows color (decimal): -8052199 or 1647237. OLE color: 1647237.

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

Color convert

RGB 133 34 25 -
CMYK 0 0.74 0.81 0.48
HSL 0.68% 0.31% -
HSV(B) 0.81% 0.52% -
XYZ 10.42 6.2 1.57 -
YUV 62.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 133 34 25 0 0.74 0.81 0.48 5 0.68 0.31
Hex 85 22 19 0 4A 51 30 5 44 1F
Octal 205 42 31 0 112 121 60 5 104 37
Binary 10000101 100010 11001 0 1001010 1010001 110000 101 1000100 11111

Color Harmonies of #852219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852219

Black with #852219

Text Example


Text Example

White with #852219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852219; }

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

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

background-color css

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

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

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

border-color css

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

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

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