Html Css Color HEX #852101 Falu Red

📋 copy color: '#852101'

red 133 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #852101

Tints of Falu Red #852101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

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

R = 79.64%
G = 19.76%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852101 (or 0x852101) is known color: Falu Red. HEX triplet: 85, 21 and 01. RGB value is (133,33,1). Sum of RGB (Red+Green+Blue) = 133+33+1=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #852101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852101 is #7ADEFE. Grayscale: #3B3B3B. Windows color (decimal): -8052479 or 74117. OLE color: 74117.

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

Color convert

RGB 133 33 1 -
CMYK 0 0.75 0.99 0.48
HSL 14.55º 0.99% 0.26% -
HSV(B) 14.55º 0.99% 0.52% -
XYZ 10.22 6.08 0.66 -
YUV 59.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 133 33 1 0 0.75 0.99 0.48 14.55 0.99 0.26
Hex 85 21 1 0 4B 63 30 F 63 1A
Octal 205 41 1 0 113 143 60 17 143 32
Binary 10000101 100001 1 0 1001011 1100011 110000 1111 1100011 11010

Color Harmonies of #852101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852101

Black with #852101

Text Example


Text Example

White with #852101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852101; }

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

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

background-color css

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

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

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

border-color css

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

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

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