Html Css Color HEX #872707 Falu Red

📋 copy color: '#872707'

red 135 ◦ green 39 ◦ blue 7

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

Shades of Falu Red #872707

Tints of Falu Red #872707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.55%

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

R = 74.59%
G = 21.55%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#872707 (or 0x872707) is known color: Falu Red. HEX triplet: 87, 27 and 07. RGB value is (135,39,7). Sum of RGB (Red+Green+Blue) = 135+39+7=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #872707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872707 is #78D8F8. Grayscale: #404040. Windows color (decimal): -7919865 or 468871. OLE color: 468871.

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

Color convert

RGB 135 39 7 -
CMYK 0 0.71 0.95 0.47
HSL 15º 0.9% 0.28% -
HSV(B) 15º 0.95% 0.53% -
XYZ 10.76 6.62 0.91 -
YUV 64.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 135 39 7 0 0.71 0.95 0.47 15 0.9 0.28
Hex 87 27 7 0 47 5F 2F F 5A 1C
Octal 207 47 7 0 107 137 57 17 132 34
Binary 10000111 100111 111 0 1000111 1011111 101111 1111 1011010 11100

Color Harmonies of #872707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872707

Black with #872707

Text Example


Text Example

White with #872707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872707; }

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

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

background-color css

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

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

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

border-color css

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

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

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