Html Css Color HEX #852401 Falu Red

📋 copy color: '#852401'

red 133 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #852401

Tints of Falu Red #852401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 78.24%
G = 21.18%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852401 (or 0x852401) is known color: Falu Red. HEX triplet: 85, 24 and 01. RGB value is (133,36,1). Sum of RGB (Red+Green+Blue) = 133+36+1=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #852401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852401 is #7ADBFE. Grayscale: #3D3D3D. Windows color (decimal): -8051711 or 74885. OLE color: 74885.

HSL color Cylindrical-coordinate representation of color #852401: hue angle of 15.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #852401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 1 -
CMYK 0 0.73 0.99 0.48
HSL 15.91º 0.99% 0.26% -
HSV(B) 15.91º 0.99% 0.52% -
XYZ 10.31 6.25 0.69 -
YUV 61.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 133 36 1 0 0.73 0.99 0.48 15.91 0.99 0.26
Hex 85 24 1 0 49 63 30 10 63 1A
Octal 205 44 1 0 111 143 60 20 143 32
Binary 10000101 100100 1 0 1001001 1100011 110000 10000 1100011 11010

Color Harmonies of #852401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852401

Black with #852401

Text Example


Text Example

White with #852401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852401; }

 p { color: rgb(133,36,1); }

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

background-color css

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

 a { background-color: rgb(133,36,1); }

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

border-color css

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

 span { border-color: rgb(133,36,1); }

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