Html Css Color HEX #861C08 Falu Red

📋 copy color: '#861C08'

red 134 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #861C08

Tints of Falu Red #861C08

RGB

 RED value IS 134 (52.73% from 255) = 78.82%

 GREEN value IS 28 (11.33% from 255) = 16.47%

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 78.82%
G = 16.47%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#861C08 (or 0x861C08) is known color: Falu Red. HEX triplet: 86, 1C and 08. RGB value is (134,28,8). Sum of RGB (Red+Green+Blue) = 134+28+8=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #861C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C08 is #79E3F7. Grayscale: #393939. Windows color (decimal): -7988216 or 531590. OLE color: 531590.

HSL color Cylindrical-coordinate representation of color #861C08: hue angle of 9.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #861C08 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 28 8 -
CMYK 0 0.79 0.94 0.47
HSL 9.52º 0.89% 0.28% -
HSV(B) 9.52º 0.94% 0.53% -
XYZ 10.29 5.92 0.83 -
YUV 57.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 134 28 8 0 0.79 0.94 0.47 9.52 0.89 0.28
Hex 86 1C 8 0 4F 5E 2F A 59 1C
Octal 206 34 10 0 117 136 57 12 131 34
Binary 10000110 11100 1000 0 1001111 1011110 101111 1010 1011001 11100

Color Harmonies of #861C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861C08

Black with #861C08

Text Example


Text Example

White with #861C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861C08; }

 p { color: rgb(134,28,8); }

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

background-color css

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

 a { background-color: rgb(134,28,8); }

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

border-color css

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

 span { border-color: rgb(134,28,8); }

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