Html Css Color HEX #852000 Falu Red

📋 copy color: '#852000'

red 133 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #852000

Tints of Falu Red #852000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.61%
G = 19.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#852000 (or 0x852000) is known color: Falu Red. HEX triplet: 85, 20 and 00. RGB value is (133,32,0). Sum of RGB (Red+Green+Blue) = 133+32+0=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #852000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852000 is #7ADFFF. Grayscale: #3A3A3A. Windows color (decimal): -8052736 or 8325. OLE color: 8325.

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

Color convert

RGB 133 32 0 -
CMYK 0 0.76 1 0.48
HSL 14.44º 1% 0.26% -
HSV(B) 14.44º 1% 0.52% -
XYZ 10.19 6.02 0.62 -
YUV 58.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 133 32 0 0 0.76 1 0.48 14.44 1 0.26
Hex 85 20 0 0 4C 64 30 E 64 1A
Octal 205 40 0 0 114 144 60 16 144 32
Binary 10000101 100000 0 0 1001100 1100100 110000 1110 1100100 11010

Color Harmonies of #852000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852000

Black with #852000

Text Example


Text Example

White with #852000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852000; }

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

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

background-color css

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

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

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

border-color css

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

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

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