Html Css Color HEX #862515 Falu Red

📋 copy color: '#862515'

red 134 ◦ green 37 ◦ blue 21

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

Shades of Falu Red #862515

Tints of Falu Red #862515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 21 (8.59% from 255) = 10.94%

R = 69.79%
G = 19.27%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862515 (or 0x862515) is known color: Falu Red. HEX triplet: 86, 25 and 15. RGB value is (134,37,21). Sum of RGB (Red+Green+Blue) = 134+37+21=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #862515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862515 is #79DAEA. Grayscale: #404040. Windows color (decimal): -7985899 or 1385862. OLE color: 1385862.

HSL color Cylindrical-coordinate representation of color #862515: hue angle of 8.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #862515 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 21 -
CMYK 0 0.72 0.84 0.47
HSL 8.5º 0.73% 0.3% -
HSV(B) 8.5º 0.84% 0.53% -
XYZ 10.63 6.45 1.39 -
YUV 64.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 134 37 21 0 0.72 0.84 0.47 8.5 0.73 0.3
Hex 86 25 15 0 48 54 2F 8 49 1E
Octal 206 45 25 0 110 124 57 10 111 36
Binary 10000110 100101 10101 0 1001000 1010100 101111 1000 1001001 11110

Color Harmonies of #862515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862515

Black with #862515

Text Example


Text Example

White with #862515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862515; }

 p { color: rgb(134,37,21); }

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

background-color css

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

 a { background-color: rgb(134,37,21); }

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

border-color css

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

 span { border-color: rgb(134,37,21); }

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