Html Css Color HEX #851504 Falu Red

📋 copy color: '#851504'

red 133 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #851504

Tints of Falu Red #851504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

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

R = 84.18%
G = 13.29%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#851504 (or 0x851504) is known color: Falu Red. HEX triplet: 85, 15 and 04. RGB value is (133,21,4). Sum of RGB (Red+Green+Blue) = 133+21+4=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #851504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851504 is #7AEAFB. Grayscale: #343434. Windows color (decimal): -8055548 or 267653. OLE color: 267653.

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

Color convert

RGB 133 21 4 -
CMYK 0 0.84 0.97 0.48
HSL 7.91º 0.94% 0.27% -
HSV(B) 7.91º 0.97% 0.52% -
XYZ 9.96 5.53 0.66 -
YUV 52.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 133 21 4 0 0.84 0.97 0.48 7.91 0.94 0.27
Hex 85 15 4 0 54 61 30 8 5E 1B
Octal 205 25 4 0 124 141 60 10 136 33
Binary 10000101 10101 100 0 1010100 1100001 110000 1000 1011110 11011

Color Harmonies of #851504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851504

Black with #851504

Text Example


Text Example

White with #851504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851504; }

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

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

background-color css

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

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

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

border-color css

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

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

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