Html Css Color HEX #872409 Falu Red

📋 copy color: '#872409'

red 135 ◦ green 36 ◦ blue 9

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

Shades of Falu Red #872409

Tints of Falu Red #872409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

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

R = 75%
G = 20%
B = 5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#872409 (or 0x872409) is known color: Falu Red. HEX triplet: 87, 24 and 09. RGB value is (135,36,9). Sum of RGB (Red+Green+Blue) = 135+36+9=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #872409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872409 is #78DBF6. Grayscale: #3E3E3E. Windows color (decimal): -7920631 or 599175. OLE color: 599175.

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

Color convert

RGB 135 36 9 -
CMYK 0 0.73 0.93 0.47
HSL 12.86º 0.88% 0.28% -
HSV(B) 12.86º 0.93% 0.53% -
XYZ 10.67 6.43 0.94 -
YUV 62.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 135 36 9 0 0.73 0.93 0.47 12.86 0.88 0.28
Hex 87 24 9 0 49 5D 2F D 58 1C
Octal 207 44 11 0 111 135 57 15 130 34
Binary 10000111 100100 1001 0 1001001 1011101 101111 1101 1011000 11100

Color Harmonies of #872409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872409

Black with #872409

Text Example


Text Example

White with #872409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872409; }

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

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

background-color css

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

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

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

border-color css

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

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

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