Html Css Color HEX #87200C Falu Red

📋 copy color: '#87200C'

red 135 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #87200C

Tints of Falu Red #87200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 75.42%
G = 17.88%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87200C (or 0x87200C) is known color: Falu Red. HEX triplet: 87, 20 and 0C. RGB value is (135,32,12). Sum of RGB (Red+Green+Blue) = 135+32+12=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #87200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87200C is #78DFF3. Grayscale: #3C3C3C. Windows color (decimal): -7921652 or 794759. OLE color: 794759.

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

Color convert

RGB 135 32 12 -
CMYK 0 0.76 0.91 0.47
HSL 9.76º 0.84% 0.29% -
HSV(B) 9.76º 0.91% 0.53% -
XYZ 10.57 6.21 0.99 -
YUV 60.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 135 32 12 0 0.76 0.91 0.47 9.76 0.84 0.29
Hex 87 20 C 0 4C 5B 2F A 54 1D
Octal 207 40 14 0 114 133 57 12 124 35
Binary 10000111 100000 1100 0 1001100 1011011 101111 1010 1010100 11101

Color Harmonies of #87200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87200C

Black with #87200C

Text Example


Text Example

White with #87200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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