Html Css Color HEX #87201A Falu Red

📋 copy color: '#87201A'

red 135 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #87201A

Tints of Falu Red #87201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 69.95%
G = 16.58%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#87201A (or 0x87201A) is known color: Falu Red. HEX triplet: 87, 20 and 1A. RGB value is (135,32,26). Sum of RGB (Red+Green+Blue) = 135+32+26=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #87201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87201A is #78DFE5. Grayscale: #3E3E3E. Windows color (decimal): -7921638 or 1712263. OLE color: 1712263.

HSL color Cylindrical-coordinate representation of color #87201A: hue angle of 3.3º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87201A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 26 -
CMYK 0 0.76 0.81 0.47
HSL 3.3º 0.68% 0.32% -
HSV(B) 3.3º 0.81% 0.53% -
XYZ 10.69 6.26 1.62 -
YUV 62.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 135 32 26 0 0.76 0.81 0.47 3.3 0.68 0.32
Hex 87 20 1A 0 4C 51 2F 3 44 20
Octal 207 40 32 0 114 121 57 3 104 40
Binary 10000111 100000 11010 0 1001100 1010001 101111 11 1000100 100000

Color Harmonies of #87201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87201A

Black with #87201A

Text Example


Text Example

White with #87201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87201A; }

 p { color: rgb(135,32,26); }

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

background-color css

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

 a { background-color: rgb(135,32,26); }

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

border-color css

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

 span { border-color: rgb(135,32,26); }

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