Html Css Color HEX #87190D Falu Red

📋 copy color: '#87190D'

red 135 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #87190D

Tints of Falu Red #87190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 78.03%
G = 14.45%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87190D (or 0x87190D) is known color: Falu Red. HEX triplet: 87, 19 and 0D. RGB value is (135,25,13). Sum of RGB (Red+Green+Blue) = 135+25+13=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #87190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87190D is #78E6F2. Grayscale: #383838. Windows color (decimal): -7923443 or 858503. OLE color: 858503.

HSL color Cylindrical-coordinate representation of color #87190D: hue angle of 5.9º 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 #87190D is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 13 -
CMYK 0 0.81 0.90 0.47
HSL 5.9º 0.82% 0.29% -
HSV(B) 5.9º 0.9% 0.53% -
XYZ 10.41 5.88 0.97 -
YUV 56.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 135 25 13 0 0.81 0.90 0.47 5.9 0.82 0.29
Hex 87 19 D 0 51 5A 2F 6 52 1D
Octal 207 31 15 0 121 132 57 6 122 35
Binary 10000111 11001 1101 0 1010001 1011010 101111 110 1010010 11101

Color Harmonies of #87190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87190D

Black with #87190D

Text Example


Text Example

White with #87190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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