Html Css Color HEX #87170A Falu Red

📋 copy color: '#87170A'

red 135 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #87170A

Tints of Falu Red #87170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 80.36%
G = 13.69%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87170A (or 0x87170A) is known color: Falu Red. HEX triplet: 87, 17 and 0A. RGB value is (135,23,10). Sum of RGB (Red+Green+Blue) = 135+23+10=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #87170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87170A is #78E8F5. Grayscale: #373737. Windows color (decimal): -7923958 or 661383. OLE color: 661383.

HSL color Cylindrical-coordinate representation of color #87170A: hue angle of 6.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87170A is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 23 10 -
CMYK 0 0.83 0.93 0.47
HSL 6.24º 0.86% 0.28% -
HSV(B) 6.24º 0.93% 0.53% -
XYZ 10.35 5.79 0.86 -
YUV 55.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 135 23 10 0 0.83 0.93 0.47 6.24 0.86 0.28
Hex 87 17 A 0 53 5D 2F 6 56 1C
Octal 207 27 12 0 123 135 57 6 126 34
Binary 10000111 10111 1010 0 1010011 1011101 101111 110 1010110 11100

Color Harmonies of #87170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87170A

Black with #87170A

Text Example


Text Example

White with #87170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,23,10); }

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

background-color css

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

 a { background-color: rgb(135,23,10); }

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

border-color css

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

 span { border-color: rgb(135,23,10); }

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