Html Css Color HEX #852206 Falu Red

📋 copy color: '#852206'

red 133 ◦ green 34 ◦ blue 6

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

Shades of Falu Red #852206

Tints of Falu Red #852206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.47%

R = 76.88%
G = 19.65%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#852206 (or 0x852206) is known color: Falu Red. HEX triplet: 85, 22 and 06. RGB value is (133,34,6). Sum of RGB (Red+Green+Blue) = 133+34+6=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852206 is #7ADDF9. Grayscale: #3C3C3C. Windows color (decimal): -8052218 or 402053. OLE color: 402053.

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

Color convert

RGB 133 34 6 -
CMYK 0 0.74 0.95 0.48
HSL 13.23º 0.91% 0.27% -
HSV(B) 13.23º 0.95% 0.52% -
XYZ 10.28 6.14 0.82 -
YUV 60.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 133 34 6 0 0.74 0.95 0.48 13.23 0.91 0.27
Hex 85 22 6 0 4A 5F 30 D 5B 1B
Octal 205 42 6 0 112 137 60 15 133 33
Binary 10000101 100010 110 0 1001010 1011111 110000 1101 1011011 11011

Color Harmonies of #852206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852206

Black with #852206

Text Example


Text Example

White with #852206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852206; }

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

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

background-color css

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

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

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

border-color css

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

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

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