Html Css Color HEX #852208 Falu Red

📋 copy color: '#852208'

red 133 ◦ green 34 ◦ blue 8

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

Shades of Falu Red #852208

Tints of Falu Red #852208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.57%

R = 76%
G = 19.43%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852208 (or 0x852208) is known color: Falu Red. HEX triplet: 85, 22 and 08. RGB value is (133,34,8). Sum of RGB (Red+Green+Blue) = 133+34+8=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #852208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852208 is #7ADDF7. Grayscale: #3C3C3C. Windows color (decimal): -8052216 or 533125. OLE color: 533125.

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

Color convert

RGB 133 34 8 -
CMYK 0 0.74 0.94 0.48
HSL 12.48º 0.89% 0.28% -
HSV(B) 12.48º 0.94% 0.52% -
XYZ 10.29 6.15 0.87 -
YUV 60.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 133 34 8 0 0.74 0.94 0.48 12.48 0.89 0.28
Hex 85 22 8 0 4A 5E 30 C 59 1C
Octal 205 42 10 0 112 136 60 14 131 34
Binary 10000101 100010 1000 0 1001010 1011110 110000 1100 1011001 11100

Color Harmonies of #852208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852208

Black with #852208

Text Example


Text Example

White with #852208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852208; }

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

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

background-color css

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

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

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

border-color css

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

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

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