Html Css Color HEX #852301 Falu Red

📋 copy color: '#852301'

red 133 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #852301

Tints of Falu Red #852301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

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

R = 78.7%
G = 20.71%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852301 (or 0x852301) is known color: Falu Red. HEX triplet: 85, 23 and 01. RGB value is (133,35,1). Sum of RGB (Red+Green+Blue) = 133+35+1=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #852301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852301 is #7ADCFE. Grayscale: #3C3C3C. Windows color (decimal): -8051967 or 74629. OLE color: 74629.

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

Color convert

RGB 133 35 1 -
CMYK 0 0.74 0.99 0.48
HSL 15.45º 0.99% 0.26% -
HSV(B) 15.45º 0.99% 0.52% -
XYZ 10.28 6.19 0.68 -
YUV 60.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 133 35 1 0 0.74 0.99 0.48 15.45 0.99 0.26
Hex 85 23 1 0 4A 63 30 F 63 1A
Octal 205 43 1 0 112 143 60 17 143 32
Binary 10000101 100011 1 0 1001010 1100011 110000 1111 1100011 11010

Color Harmonies of #852301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852301

Black with #852301

Text Example


Text Example

White with #852301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852301; }

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

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

background-color css

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

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

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

border-color css

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

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

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