Html Css Color HEX #87200D Falu Red

📋 copy color: '#87200D'

red 135 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #87200D

Tints of Falu Red #87200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.22%

R = 75%
G = 17.78%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87200D (or 0x87200D) is known color: Falu Red. HEX triplet: 87, 20 and 0D. RGB value is (135,32,13). Sum of RGB (Red+Green+Blue) = 135+32+13=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87200D is #78DFF2. Grayscale: #3C3C3C. Windows color (decimal): -7921651 or 860295. OLE color: 860295.

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

Color convert

RGB 135 32 13 -
CMYK 0 0.76 0.90 0.47
HSL 9.34º 0.82% 0.29% -
HSV(B) 9.34º 0.9% 0.53% -
XYZ 10.58 6.21 1.02 -
YUV 60.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 135 32 13 0 0.76 0.90 0.47 9.34 0.82 0.29
Hex 87 20 D 0 4C 5A 2F 9 52 1D
Octal 207 40 15 0 114 132 57 11 122 35
Binary 10000111 100000 1101 0 1001100 1011010 101111 1001 1010010 11101

Color Harmonies of #87200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87200D

Black with #87200D

Text Example


Text Example

White with #87200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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