Html Css Color HEX #852210 Falu Red

📋 copy color: '#852210'

red 133 ◦ green 34 ◦ blue 16

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

Shades of Falu Red #852210

Tints of Falu Red #852210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 72.68%
G = 18.58%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#852210 (or 0x852210) is known color: Falu Red. HEX triplet: 85, 22 and 10. RGB value is (133,34,16). Sum of RGB (Red+Green+Blue) = 133+34+16=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #852210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852210 is #7ADDEF. Grayscale: #3D3D3D. Windows color (decimal): -8052208 or 1057413. OLE color: 1057413.

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

Color convert

RGB 133 34 16 -
CMYK 0 0.74 0.88 0.48
HSL 9.23º 0.79% 0.29% -
HSV(B) 9.23º 0.88% 0.52% -
XYZ 10.34 6.17 1.14 -
YUV 61.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 133 34 16 0 0.74 0.88 0.48 9.23 0.79 0.29
Hex 85 22 10 0 4A 58 30 9 4F 1D
Octal 205 42 20 0 112 130 60 11 117 35
Binary 10000101 100010 10000 0 1001010 1011000 110000 1001 1001111 11101

Color Harmonies of #852210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852210

Black with #852210

Text Example


Text Example

White with #852210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852210; }

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

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

background-color css

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

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

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

border-color css

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

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

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