Html Css Color HEX #87200B Falu Red

📋 copy color: '#87200B'

red 135 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #87200B

Tints of Falu Red #87200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.18%

R = 75.84%
G = 17.98%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87200B (or 0x87200B) is known color: Falu Red. HEX triplet: 87, 20 and 0B. RGB value is (135,32,11). Sum of RGB (Red+Green+Blue) = 135+32+11=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #87200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87200B is #78DFF4. Grayscale: #3C3C3C. Windows color (decimal): -7921653 or 729223. OLE color: 729223.

HSL color Cylindrical-coordinate representation of color #87200B: hue angle of 10.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87200B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 11 -
CMYK 0 0.76 0.92 0.47
HSL 10.16º 0.85% 0.29% -
HSV(B) 10.16º 0.92% 0.53% -
XYZ 10.57 6.21 0.96 -
YUV 60.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 135 32 11 0 0.76 0.92 0.47 10.16 0.85 0.29
Hex 87 20 B 0 4C 5C 2F A 55 1D
Octal 207 40 13 0 114 134 57 12 125 35
Binary 10000111 100000 1011 0 1001100 1011100 101111 1010 1010101 11101

Color Harmonies of #87200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87200B

Black with #87200B

Text Example


Text Example

White with #87200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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