Html Css Color HEX #852501 Falu Red

📋 copy color: '#852501'

red 133 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #852501

Tints of Falu Red #852501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

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

R = 77.78%
G = 21.64%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852501 (or 0x852501) is known color: Falu Red. HEX triplet: 85, 25 and 01. RGB value is (133,37,1). Sum of RGB (Red+Green+Blue) = 133+37+1=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #852501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852501 is #7ADAFE. Grayscale: #3D3D3D. Windows color (decimal): -8051455 or 75141. OLE color: 75141.

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

Color convert

RGB 133 37 1 -
CMYK 0 0.72 0.99 0.48
HSL 16.36º 0.99% 0.26% -
HSV(B) 16.36º 0.99% 0.52% -
XYZ 10.34 6.31 0.7 -
YUV 61.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 133 37 1 0 0.72 0.99 0.48 16.36 0.99 0.26
Hex 85 25 1 0 48 63 30 10 63 1A
Octal 205 45 1 0 110 143 60 20 143 32
Binary 10000101 100101 1 0 1001000 1100011 110000 10000 1100011 11010

Color Harmonies of #852501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852501

Black with #852501

Text Example


Text Example

White with #852501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852501; }

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

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

background-color css

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

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

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

border-color css

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

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

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