Html Css Color HEX #87130D Falu Red

📋 copy color: '#87130D'

red 135 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #87130D

Tints of Falu Red #87130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 80.84%
G = 11.38%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87130D (or 0x87130D) is known color: Falu Red. HEX triplet: 87, 13 and 0D. RGB value is (135,19,13). Sum of RGB (Red+Green+Blue) = 135+19+13=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #87130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87130D is #78ECF2. Grayscale: #353535. Windows color (decimal): -7924979 or 856967. OLE color: 856967.

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

Color convert

RGB 135 19 13 -
CMYK 0 0.86 0.90 0.47
HSL 2.95º 0.82% 0.29% -
HSV(B) 2.95º 0.9% 0.53% -
XYZ 10.3 5.65 0.93 -
YUV 53 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 135 19 13 0 0.86 0.90 0.47 2.95 0.82 0.29
Hex 87 13 D 0 56 5A 2F 3 52 1D
Octal 207 23 15 0 126 132 57 3 122 35
Binary 10000111 10011 1101 0 1010110 1011010 101111 11 1010010 11101

Color Harmonies of #87130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87130D

Black with #87130D

Text Example


Text Example

White with #87130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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