Html Css Color HEX #861504 Falu Red

📋 copy color: '#861504'

red 134 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #861504

Tints of Falu Red #861504

RGB

 RED value IS 134 (52.73% from 255) = 84.28%

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

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

R = 84.28%
G = 13.21%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#861504 (or 0x861504) is known color: Falu Red. HEX triplet: 86, 15 and 04. RGB value is (134,21,4). Sum of RGB (Red+Green+Blue) = 134+21+4=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #861504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861504 is #79EAFB. Grayscale: #353535. Windows color (decimal): -7990012 or 267654. OLE color: 267654.

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

Color convert

RGB 134 21 4 -
CMYK 0 0.84 0.97 0.47
HSL 7.85º 0.94% 0.27% -
HSV(B) 7.85º 0.97% 0.53% -
XYZ 10.12 5.61 0.66 -
YUV 52.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 134 21 4 0 0.84 0.97 0.47 7.85 0.94 0.27
Hex 86 15 4 0 54 61 2F 8 5E 1B
Octal 206 25 4 0 124 141 57 10 136 33
Binary 10000110 10101 100 0 1010100 1100001 101111 1000 1011110 11011

Color Harmonies of #861504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861504

Black with #861504

Text Example


Text Example

White with #861504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861504; }

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

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

background-color css

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

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

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

border-color css

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

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

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