Html Css Color HEX #872107 Falu Red

📋 copy color: '#872107'

red 135 ◦ green 33 ◦ blue 7

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

Shades of Falu Red #872107

Tints of Falu Red #872107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 7 (3.13% from 255) = 4%

R = 77.14%
G = 18.86%
B = 4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#872107 (or 0x872107) is known color: Falu Red. HEX triplet: 87, 21 and 07. RGB value is (135,33,7). Sum of RGB (Red+Green+Blue) = 135+33+7=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #872107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872107 is #78DEF8. Grayscale: #3C3C3C. Windows color (decimal): -7921401 or 467335. OLE color: 467335.

HSL color Cylindrical-coordinate representation of color #872107: hue angle of 12.19º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #872107 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 33 7 -
CMYK 0 0.76 0.95 0.47
HSL 12.19º 0.9% 0.28% -
HSV(B) 12.19º 0.95% 0.53% -
XYZ 10.57 6.25 0.85 -
YUV 60.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 135 33 7 0 0.76 0.95 0.47 12.19 0.9 0.28
Hex 87 21 7 0 4C 5F 2F C 5A 1C
Octal 207 41 7 0 114 137 57 14 132 34
Binary 10000111 100001 111 0 1001100 1011111 101111 1100 1011010 11100

Color Harmonies of #872107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872107

Black with #872107

Text Example


Text Example

White with #872107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872107; }

 p { color: rgb(135,33,7); }

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

background-color css

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

 a { background-color: rgb(135,33,7); }

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

border-color css

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

 span { border-color: rgb(135,33,7); }

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