Html Css Color HEX #870F0D Falu Red

📋 copy color: '#870F0D'

red 135 ◦ green 15 ◦ blue 13

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

Shades of Falu Red #870F0D

Tints of Falu Red #870F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.2%

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

R = 82.82%
G = 9.2%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#870F0D (or 0x870F0D) is known color: Falu Red. HEX triplet: 87, 0F and 0D. RGB value is (135,15,13). Sum of RGB (Red+Green+Blue) = 135+15+13=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F0D is #78F0F2. Grayscale: #323232. Windows color (decimal): -7926003 or 855943. OLE color: 855943.

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

Color convert

RGB 135 15 13 -
CMYK 0 0.89 0.90 0.47
HSL 0.98º 0.82% 0.29% -
HSV(B) 0.98º 0.9% 0.53% -
XYZ 10.24 5.52 0.91 -
YUV 50.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 135 15 13 0 0.89 0.90 0.47 0.98 0.82 0.29
Hex 87 F D 0 59 5A 2F 1 52 1D
Octal 207 17 15 0 131 132 57 1 122 35
Binary 10000111 1111 1101 0 1011001 1011010 101111 1 1010010 11101

Color Harmonies of #870F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F0D

Black with #870F0D

Text Example


Text Example

White with #870F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870F0D; }

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

 H1.HeaderClassName
 {
   color: #870F0D;
 }
 .AnyTagClassName
 {
   color: #870F0D;
 }
</style>

background-color css

<style>
 a { background-color: #870F0D; }

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

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

border-color css

<style>
 span { border-color: #870F0D; }

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

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