Html Css Color HEX #851805 Falu Red

📋 copy color: '#851805'

red 133 ◦ green 24 ◦ blue 5

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

Shades of Falu Red #851805

Tints of Falu Red #851805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 82.1%
G = 14.81%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#851805 (or 0x851805) is known color: Falu Red. HEX triplet: 85, 18 and 05. RGB value is (133,24,5). Sum of RGB (Red+Green+Blue) = 133+24+5=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #851805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851805 is #7AE7FA. Grayscale: #363636. Windows color (decimal): -8054779 or 333957. OLE color: 333957.

HSL color Cylindrical-coordinate representation of color #851805: hue angle of 8.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #851805 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 5 -
CMYK 0 0.82 0.96 0.48
HSL 8.91º 0.93% 0.27% -
HSV(B) 8.91º 0.96% 0.52% -
XYZ 10.03 5.65 0.71 -
YUV 54.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 133 24 5 0 0.82 0.96 0.48 8.91 0.93 0.27
Hex 85 18 5 0 52 60 30 9 5D 1B
Octal 205 30 5 0 122 140 60 11 135 33
Binary 10000101 11000 101 0 1010010 1100000 110000 1001 1011101 11011

Color Harmonies of #851805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851805

Black with #851805

Text Example


Text Example

White with #851805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851805; }

 p { color: rgb(133,24,5); }

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

background-color css

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

 a { background-color: rgb(133,24,5); }

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

border-color css

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

 span { border-color: rgb(133,24,5); }

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