Html Css Color HEX #852014 Falu Red

📋 copy color: '#852014'

red 133 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #852014

Tints of Falu Red #852014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 71.89%
G = 17.3%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#852014 (or 0x852014) is known color: Falu Red. HEX triplet: 85, 20 and 14. RGB value is (133,32,20). Sum of RGB (Red+Green+Blue) = 133+32+20=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #852014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852014 is #7ADFEB. Grayscale: #3C3C3C. Windows color (decimal): -8052716 or 1319045. OLE color: 1319045.

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

Color convert

RGB 133 32 20 -
CMYK 0 0.76 0.85 0.48
HSL 6.37º 0.74% 0.3% -
HSV(B) 6.37º 0.85% 0.52% -
XYZ 10.32 6.07 1.29 -
YUV 60.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 133 32 20 0 0.76 0.85 0.48 6.37 0.74 0.3
Hex 85 20 14 0 4C 55 30 6 4A 1E
Octal 205 40 24 0 114 125 60 6 112 36
Binary 10000101 100000 10100 0 1001100 1010101 110000 110 1001010 11110

Color Harmonies of #852014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852014

Black with #852014

Text Example


Text Example

White with #852014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852014; }

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

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

background-color css

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

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

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

border-color css

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

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

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