Html Css Color HEX #852413 Falu Red

📋 copy color: '#852413'

red 133 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #852413

Tints of Falu Red #852413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 70.74%
G = 19.15%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852413 (or 0x852413) is known color: Falu Red. HEX triplet: 85, 24 and 13. RGB value is (133,36,19). Sum of RGB (Red+Green+Blue) = 133+36+19=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #852413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852413 is #7ADBEC. Grayscale: #3F3F3F. Windows color (decimal): -8051693 or 1254533. OLE color: 1254533.

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

Color convert

RGB 133 36 19 -
CMYK 0 0.73 0.86 0.48
HSL 8.95º 0.75% 0.3% -
HSV(B) 8.95º 0.86% 0.52% -
XYZ 10.42 6.3 1.28 -
YUV 63.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 133 36 19 0 0.73 0.86 0.48 8.95 0.75 0.3
Hex 85 24 13 0 49 56 30 9 4B 1E
Octal 205 44 23 0 111 126 60 11 113 36
Binary 10000101 100100 10011 0 1001001 1010110 110000 1001 1001011 11110

Color Harmonies of #852413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852413

Black with #852413

Text Example


Text Example

White with #852413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852413; }

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

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

background-color css

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

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

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

border-color css

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

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

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