Html Css Color HEX #851604 Falu Red

📋 copy color: '#851604'

red 133 ◦ green 22 ◦ blue 4

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

Shades of Falu Red #851604

Tints of Falu Red #851604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 83.65%
G = 13.84%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#851604 (or 0x851604) is known color: Falu Red. HEX triplet: 85, 16 and 04. RGB value is (133,22,4). Sum of RGB (Red+Green+Blue) = 133+22+4=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #851604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851604 is #7AE9FB. Grayscale: #353535. Windows color (decimal): -8055292 or 267909. OLE color: 267909.

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

Color convert

RGB 133 22 4 -
CMYK 0 0.83 0.97 0.48
HSL 8.37º 0.94% 0.27% -
HSV(B) 8.37º 0.97% 0.52% -
XYZ 9.98 5.57 0.66 -
YUV 53.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 133 22 4 0 0.83 0.97 0.48 8.37 0.94 0.27
Hex 85 16 4 0 53 61 30 8 5E 1B
Octal 205 26 4 0 123 141 60 10 136 33
Binary 10000101 10110 100 0 1010011 1100001 110000 1000 1011110 11011

Color Harmonies of #851604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851604

Black with #851604

Text Example


Text Example

White with #851604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851604; }

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

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

background-color css

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

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

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

border-color css

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

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

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