Html Css Color HEX #871D07 Falu Red

📋 copy color: '#871D07'

red 135 ◦ green 29 ◦ blue 7

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

Shades of Falu Red #871D07

Tints of Falu Red #871D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.96%

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

R = 78.95%
G = 16.96%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#871D07 (or 0x871D07) is known color: Falu Red. HEX triplet: 87, 1D and 07. RGB value is (135,29,7). Sum of RGB (Red+Green+Blue) = 135+29+7=171 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.95% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 135 - color contains mainly: red. Hex color #871D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871D07 is #78E2F8. Grayscale: #3A3A3A. Windows color (decimal): -7922425 or 466311. OLE color: 466311.

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

Color convert

RGB 135 29 7 -
CMYK 0 0.79 0.95 0.47
HSL 10.31º 0.9% 0.28% -
HSV(B) 10.31º 0.95% 0.53% -
XYZ 10.47 6.04 0.82 -
YUV 58.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 135 29 7 0 0.79 0.95 0.47 10.31 0.9 0.28
Hex 87 1D 7 0 4F 5F 2F A 5A 1C
Octal 207 35 7 0 117 137 57 12 132 34
Binary 10000111 11101 111 0 1001111 1011111 101111 1010 1011010 11100

Color Harmonies of #871D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D07

Black with #871D07

Text Example


Text Example

White with #871D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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