Html Css Color HEX #852113 Falu Red

📋 copy color: '#852113'

red 133 ◦ green 33 ◦ blue 19

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

Shades of Falu Red #852113

Tints of Falu Red #852113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 71.89%
G = 17.84%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852113 (or 0x852113) is known color: Falu Red. HEX triplet: 85, 21 and 13. RGB value is (133,33,19). Sum of RGB (Red+Green+Blue) = 133+33+19=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #852113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852113 is #7ADEEC. Grayscale: #3D3D3D. Windows color (decimal): -8052461 or 1253765. OLE color: 1253765.

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

Color convert

RGB 133 33 19 -
CMYK 0 0.75 0.86 0.48
HSL 7.37º 0.75% 0.3% -
HSV(B) 7.37º 0.86% 0.52% -
XYZ 10.33 6.12 1.25 -
YUV 61.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 133 33 19 0 0.75 0.86 0.48 7.37 0.75 0.3
Hex 85 21 13 0 4B 56 30 7 4B 1E
Octal 205 41 23 0 113 126 60 7 113 36
Binary 10000101 100001 10011 0 1001011 1010110 110000 111 1001011 11110

Color Harmonies of #852113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852113

Black with #852113

Text Example


Text Example

White with #852113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852113; }

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

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

background-color css

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

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

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

border-color css

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

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

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