Html Css Color HEX #861D0B Falu Red

📋 copy color: '#861D0B'

red 134 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #861D0B

Tints of Falu Red #861D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 77.01%
G = 16.67%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#861D0B (or 0x861D0B) is known color: Falu Red. HEX triplet: 86, 1D and 0B. RGB value is (134,29,11). Sum of RGB (Red+Green+Blue) = 134+29+11=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D0B is #79E2F4. Grayscale: #3A3A3A. Windows color (decimal): -7987957 or 728454. OLE color: 728454.

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

Color convert

RGB 134 29 11 -
CMYK 0 0.78 0.92 0.47
HSL 8.78º 0.85% 0.28% -
HSV(B) 8.78º 0.92% 0.53% -
XYZ 10.33 5.97 0.92 -
YUV 58.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 134 29 11 0 0.78 0.92 0.47 8.78 0.85 0.28
Hex 86 1D B 0 4E 5C 2F 9 55 1C
Octal 206 35 13 0 116 134 57 11 125 34
Binary 10000110 11101 1011 0 1001110 1011100 101111 1001 1010101 11100

Color Harmonies of #861D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D0B

Black with #861D0B

Text Example


Text Example

White with #861D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,29,11); }

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

background-color css

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

 a { background-color: rgb(134,29,11); }

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

border-color css

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

 span { border-color: rgb(134,29,11); }

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