Html Css Color HEX #872108 Falu Red

📋 copy color: '#872108'

red 135 ◦ green 33 ◦ blue 8

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

Shades of Falu Red #872108

Tints of Falu Red #872108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 76.7%
G = 18.75%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#872108 (or 0x872108) is known color: Falu Red. HEX triplet: 87, 21 and 08. RGB value is (135,33,8). Sum of RGB (Red+Green+Blue) = 135+33+8=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #872108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872108 is #78DEF7. Grayscale: #3C3C3C. Windows color (decimal): -7921400 or 532871. OLE color: 532871.

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

Color convert

RGB 135 33 8 -
CMYK 0 0.76 0.94 0.47
HSL 11.81º 0.89% 0.28% -
HSV(B) 11.81º 0.94% 0.53% -
XYZ 10.58 6.26 0.88 -
YUV 60.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 135 33 8 0 0.76 0.94 0.47 11.81 0.89 0.28
Hex 87 21 8 0 4C 5E 2F C 59 1C
Octal 207 41 10 0 114 136 57 14 131 34
Binary 10000111 100001 1000 0 1001100 1011110 101111 1100 1011001 11100

Color Harmonies of #872108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872108

Black with #872108

Text Example


Text Example

White with #872108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872108; }

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

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

background-color css

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

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

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

border-color css

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

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

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