Html Css Color HEX #871504 Falu Red

📋 copy color: '#871504'

red 135 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #871504

Tints of Falu Red #871504

RGB

 RED value IS 135 (53.13% from 255) = 84.38%

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

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

R = 84.38%
G = 13.13%
B = 2.5%

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

#871504 (or 0x871504) is known color: Falu Red. HEX triplet: 87, 15 and 04. RGB value is (135,21,4). Sum of RGB (Red+Green+Blue) = 135+21+4=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #871504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871504 is #78EAFB. Grayscale: #353535. Windows color (decimal): -7924476 or 267655. OLE color: 267655.

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

Color convert

RGB 135 21 4 -
CMYK 0 0.84 0.97 0.47
HSL 7.79º 0.94% 0.27% -
HSV(B) 7.79º 0.97% 0.53% -
XYZ 10.28 5.7 0.67 -
YUV 53.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 135 21 4 0 0.84 0.97 0.47 7.79 0.94 0.27
Hex 87 15 4 0 54 61 2F 8 5E 1B
Octal 207 25 4 0 124 141 57 10 136 33
Binary 10000111 10101 100 0 1010100 1100001 101111 1000 1011110 11011

Color Harmonies of #871504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871504

Black with #871504

Text Example


Text Example

White with #871504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871504; }

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

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

background-color css

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

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

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

border-color css

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

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

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