Html Css Color HEX #852001 Falu Red

📋 copy color: '#852001'

red 133 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #852001

Tints of Falu Red #852001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 80.12%
G = 19.28%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852001 (or 0x852001) is known color: Falu Red. HEX triplet: 85, 20 and 01. RGB value is (133,32,1). Sum of RGB (Red+Green+Blue) = 133+32+1=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #852001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852001 is #7ADFFE. Grayscale: #3A3A3A. Windows color (decimal): -8052735 or 73861. OLE color: 73861.

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

Color convert

RGB 133 32 1 -
CMYK 0 0.76 0.99 0.48
HSL 14.09º 0.99% 0.26% -
HSV(B) 14.09º 0.99% 0.52% -
XYZ 10.19 6.02 0.65 -
YUV 58.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 133 32 1 0 0.76 0.99 0.48 14.09 0.99 0.26
Hex 85 20 1 0 4C 63 30 E 63 1A
Octal 205 40 1 0 114 143 60 16 143 32
Binary 10000101 100000 1 0 1001100 1100011 110000 1110 1100011 11010

Color Harmonies of #852001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852001

Black with #852001

Text Example


Text Example

White with #852001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852001; }

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

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

background-color css

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

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

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

border-color css

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

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

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