Html Css Color HEX #852013 Falu Red

📋 copy color: '#852013'

red 133 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #852013

Tints of Falu Red #852013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 72.28%
G = 17.39%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852013 (or 0x852013) is known color: Falu Red. HEX triplet: 85, 20 and 13. RGB value is (133,32,19). Sum of RGB (Red+Green+Blue) = 133+32+19=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #852013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852013 is #7ADFEC. Grayscale: #3C3C3C. Windows color (decimal): -8052717 or 1253509. OLE color: 1253509.

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

Color convert

RGB 133 32 19 -
CMYK 0 0.76 0.86 0.48
HSL 6.84º 0.75% 0.3% -
HSV(B) 6.84º 0.86% 0.52% -
XYZ 10.31 6.07 1.24 -
YUV 60.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 133 32 19 0 0.76 0.86 0.48 6.84 0.75 0.3
Hex 85 20 13 0 4C 56 30 7 4B 1E
Octal 205 40 23 0 114 126 60 7 113 36
Binary 10000101 100000 10011 0 1001100 1010110 110000 111 1001011 11110

Color Harmonies of #852013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852013

Black with #852013

Text Example


Text Example

White with #852013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852013; }

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

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

background-color css

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

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

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

border-color css

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

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

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