Html Css Color HEX #862300 Falu Red

📋 copy color: '#862300'

red 134 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #862300

Tints of Falu Red #862300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.29%
G = 20.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#862300 (or 0x862300) is known color: Falu Red. HEX triplet: 86, 23 and 00. RGB value is (134,35,0). Sum of RGB (Red+Green+Blue) = 134+35+0=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #862300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862300 is #79DCFF. Grayscale: #3C3C3C. Windows color (decimal): -7986432 or 9094. OLE color: 9094.

HSL color Cylindrical-coordinate representation of color #862300: hue angle of 15.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #862300 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 0 -
CMYK 0 0.74 1 0.47
HSL 15.67º 1% 0.26% -
HSV(B) 15.67º 1% 0.53% -
XYZ 10.43 6.27 0.66 -
YUV 60.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 134 35 0 0 0.74 1 0.47 15.67 1 0.26
Hex 86 23 0 0 4A 64 2F 10 64 1A
Octal 206 43 0 0 112 144 57 20 144 32
Binary 10000110 100011 0 0 1001010 1100100 101111 10000 1100100 11010

Color Harmonies of #862300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862300

Black with #862300

Text Example


Text Example

White with #862300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862300; }

 p { color: rgb(134,35,0); }

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

background-color css

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

 a { background-color: rgb(134,35,0); }

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

border-color css

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

 span { border-color: rgb(134,35,0); }

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