Html Css Color HEX #87130A Falu Red

📋 copy color: '#87130A'

red 135 ◦ green 19 ◦ blue 10

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

Shades of Falu Red #87130A

Tints of Falu Red #87130A

RGB

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

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

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

R = 82.32%
G = 11.59%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87130A (or 0x87130A) is known color: Falu Red. HEX triplet: 87, 13 and 0A. RGB value is (135,19,10). Sum of RGB (Red+Green+Blue) = 135+19+10=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #87130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87130A is #78ECF5. Grayscale: #343434. Windows color (decimal): -7924982 or 660359. OLE color: 660359.

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

Color convert

RGB 135 19 10 -
CMYK 0 0.86 0.93 0.47
HSL 4.32º 0.86% 0.28% -
HSV(B) 4.32º 0.93% 0.53% -
XYZ 10.28 5.64 0.83 -
YUV 52.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 135 19 10 0 0.86 0.93 0.47 4.32 0.86 0.28
Hex 87 13 A 0 56 5D 2F 4 56 1C
Octal 207 23 12 0 126 135 57 4 126 34
Binary 10000111 10011 1010 0 1010110 1011101 101111 100 1010110 11100

Color Harmonies of #87130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87130A

Black with #87130A

Text Example


Text Example

White with #87130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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