Html Css Color HEX #872109 Falu Red

📋 copy color: '#872109'

red 135 ◦ green 33 ◦ blue 9

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

Shades of Falu Red #872109

Tints of Falu Red #872109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 76.27%
G = 18.64%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#872109 (or 0x872109) is known color: Falu Red. HEX triplet: 87, 21 and 09. RGB value is (135,33,9). Sum of RGB (Red+Green+Blue) = 135+33+9=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #872109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872109 is #78DEF6. Grayscale: #3C3C3C. Windows color (decimal): -7921399 or 598407. OLE color: 598407.

HSL color Cylindrical-coordinate representation of color #872109: hue angle of 11.43º degrees, saturation: 0.88, 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 #872109 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 33 9 -
CMYK 0 0.76 0.93 0.47
HSL 11.43º 0.88% 0.28% -
HSV(B) 11.43º 0.93% 0.53% -
XYZ 10.58 6.26 0.91 -
YUV 60.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 135 33 9 0 0.76 0.93 0.47 11.43 0.88 0.28
Hex 87 21 9 0 4C 5D 2F B 58 1C
Octal 207 41 11 0 114 135 57 13 130 34
Binary 10000111 100001 1001 0 1001100 1011101 101111 1011 1011000 11100

Color Harmonies of #872109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872109

Black with #872109

Text Example


Text Example

White with #872109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872109; }

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

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

background-color css

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

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

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

border-color css

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

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

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