Html Css Color HEX #871A06 Falu Red

📋 copy color: '#871A06'

red 135 ◦ green 26 ◦ blue 6

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

Shades of Falu Red #871A06

Tints of Falu Red #871A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 80.84%
G = 15.57%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#871A06 (or 0x871A06) is known color: Falu Red. HEX triplet: 87, 1A and 06. RGB value is (135,26,6). Sum of RGB (Red+Green+Blue) = 135+26+6=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #871A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871A06 is #78E5F9. Grayscale: #383838. Windows color (decimal): -7923194 or 400007. OLE color: 400007.

HSL color Cylindrical-coordinate representation of color #871A06: hue angle of 9.3º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #871A06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 6 -
CMYK 0 0.81 0.96 0.47
HSL 9.3º 0.91% 0.28% -
HSV(B) 9.3º 0.96% 0.53% -
XYZ 10.39 5.9 0.76 -
YUV 56.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 135 26 6 0 0.81 0.96 0.47 9.3 0.91 0.28
Hex 87 1A 6 0 51 60 2F 9 5B 1C
Octal 207 32 6 0 121 140 57 11 133 34
Binary 10000111 11010 110 0 1010001 1100000 101111 1001 1011011 11100

Color Harmonies of #871A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A06

Black with #871A06

Text Example


Text Example

White with #871A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,26,6); }

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

background-color css

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

 a { background-color: rgb(135,26,6); }

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

border-color css

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

 span { border-color: rgb(135,26,6); }

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