Html Css Color HEX #872600 Falu Red

📋 copy color: '#872600'

red 135 ◦ green 38 ◦ blue 0

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

Shades of Falu Red #872600

Tints of Falu Red #872600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.03%
G = 21.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#872600 (or 0x872600) is known color: Falu Red. HEX triplet: 87, 26 and 00. RGB value is (135,38,0). Sum of RGB (Red+Green+Blue) = 135+38+0=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #872600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872600 is #78D9FF. Grayscale: #3E3E3E. Windows color (decimal): -7920128 or 9863. OLE color: 9863.

HSL color Cylindrical-coordinate representation of color #872600: hue angle of 16.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #872600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 0 -
CMYK 0 0.72 1 0.47
HSL 16.89º 1% 0.26% -
HSV(B) 16.89º 1% 0.53% -
XYZ 10.68 6.54 0.7 -
YUV 62.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 135 38 0 0 0.72 1 0.47 16.89 1 0.26
Hex 87 26 0 0 48 64 2F 11 64 1A
Octal 207 46 0 0 110 144 57 21 144 32
Binary 10000111 100110 0 0 1001000 1100100 101111 10001 1100100 11010

Color Harmonies of #872600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872600

Black with #872600

Text Example


Text Example

White with #872600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872600; }

 p { color: rgb(135,38,0); }

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

background-color css

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

 a { background-color: rgb(135,38,0); }

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

border-color css

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

 span { border-color: rgb(135,38,0); }

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