Html Css Color HEX #87170C Falu Red

📋 copy color: '#87170C'

red 135 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #87170C

Tints of Falu Red #87170C

RGB

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

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

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

R = 79.41%
G = 13.53%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87170C (or 0x87170C) is known color: Falu Red. HEX triplet: 87, 17 and 0C. RGB value is (135,23,12). Sum of RGB (Red+Green+Blue) = 135+23+12=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87170C is #78E8F3. Grayscale: #373737. Windows color (decimal): -7923956 or 792455. OLE color: 792455.

HSL color Cylindrical-coordinate representation of color #87170C: hue angle of 5.37º 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 #87170C is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 23 12 -
CMYK 0 0.83 0.91 0.47
HSL 5.37º 0.84% 0.29% -
HSV(B) 5.37º 0.91% 0.53% -
XYZ 10.36 5.79 0.92 -
YUV 55.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 135 23 12 0 0.83 0.91 0.47 5.37 0.84 0.29
Hex 87 17 C 0 53 5B 2F 5 54 1D
Octal 207 27 14 0 123 133 57 5 124 35
Binary 10000111 10111 1100 0 1010011 1011011 101111 101 1010100 11101

Color Harmonies of #87170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87170C

Black with #87170C

Text Example


Text Example

White with #87170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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