Html Css Color HEX #861D0F Falu Red

📋 copy color: '#861D0F'

red 134 ◦ green 29 ◦ blue 15

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

Shades of Falu Red #861D0F

Tints of Falu Red #861D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 75.28%
G = 16.29%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#861D0F (or 0x861D0F) is known color: Falu Red. HEX triplet: 86, 1D and 0F. RGB value is (134,29,15). Sum of RGB (Red+Green+Blue) = 134+29+15=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #861D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D0F is #79E2F0. Grayscale: #3A3A3A. Windows color (decimal): -7987953 or 990598. OLE color: 990598.

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

Color convert

RGB 134 29 15 -
CMYK 0 0.78 0.89 0.47
HSL 7.06º 0.8% 0.29% -
HSV(B) 7.06º 0.89% 0.53% -
XYZ 10.36 5.98 1.06 -
YUV 58.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 134 29 15 0 0.78 0.89 0.47 7.06 0.8 0.29
Hex 86 1D F 0 4E 59 2F 7 50 1D
Octal 206 35 17 0 116 131 57 7 120 35
Binary 10000110 11101 1111 0 1001110 1011001 101111 111 1010000 11101

Color Harmonies of #861D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D0F

Black with #861D0F

Text Example


Text Example

White with #861D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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