Html Css Color HEX #852207 Falu Red

📋 copy color: '#852207'

red 133 ◦ green 34 ◦ blue 7

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

Shades of Falu Red #852207

Tints of Falu Red #852207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.02%

R = 76.44%
G = 19.54%
B = 4.02%

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

#852207 (or 0x852207) is known color: Falu Red. HEX triplet: 85, 22 and 07. RGB value is (133,34,7). Sum of RGB (Red+Green+Blue) = 133+34+7=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #852207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852207 is #7ADDF8. Grayscale: #3C3C3C. Windows color (decimal): -8052217 or 467589. OLE color: 467589.

HSL color Cylindrical-coordinate representation of color #852207: hue angle of 12.86º degrees, saturation: 0.9, 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 #852207 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 7 -
CMYK 0 0.74 0.95 0.48
HSL 12.86º 0.9% 0.27% -
HSV(B) 12.86º 0.95% 0.52% -
XYZ 10.28 6.15 0.85 -
YUV 60.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 133 34 7 0 0.74 0.95 0.48 12.86 0.9 0.27
Hex 85 22 7 0 4A 5F 30 D 5A 1B
Octal 205 42 7 0 112 137 60 15 132 33
Binary 10000101 100010 111 0 1001010 1011111 110000 1101 1011010 11011

Color Harmonies of #852207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852207

Black with #852207

Text Example


Text Example

White with #852207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852207; }

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

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

background-color css

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

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

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

border-color css

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

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

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