Html Css Color HEX #851613 Falu Red

📋 copy color: '#851613'

red 133 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #851613

Tints of Falu Red #851613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 76.44%
G = 12.64%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#851613 (or 0x851613) is known color: Falu Red. HEX triplet: 85, 16 and 13. RGB value is (133,22,19). Sum of RGB (Red+Green+Blue) = 133+22+19=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #851613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851613 is #7AE9EC. Grayscale: #363636. Windows color (decimal): -8055277 or 1250949. OLE color: 1250949.

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

Color convert

RGB 133 22 19 -
CMYK 0 0.83 0.86 0.48
HSL 1.58º 0.75% 0.3% -
HSV(B) 1.58º 0.86% 0.52% -
XYZ 10.08 5.61 1.17 -
YUV 54.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 133 22 19 0 0.83 0.86 0.48 1.58 0.75 0.3
Hex 85 16 13 0 53 56 30 2 4B 1E
Octal 205 26 23 0 123 126 60 2 113 36
Binary 10000101 10110 10011 0 1010011 1010110 110000 10 1001011 11110

Color Harmonies of #851613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851613

Black with #851613

Text Example


Text Example

White with #851613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851613; }

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

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

background-color css

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

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

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

border-color css

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

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

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