Html Css Color HEX #8C2600 Falu Red

📋 copy color: '#8C2600'

red 140 ◦ green 38 ◦ blue 0

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

Shades of Falu Red #8C2600

Tints of Falu Red #8C2600

RGB

 RED value IS 140 (55.08% from 255) = 78.65%

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 78.65%
G = 21.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8C2600 (or 0x8C2600) is known color: Falu Red. HEX triplet: 8C, 26 and 00. RGB value is (140,38,0). Sum of RGB (Red+Green+Blue) = 140+38+0=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2600 is #73D9FF. Grayscale: #404040. Windows color (decimal): -7592448 or 9868. OLE color: 9868.

HSL color Cylindrical-coordinate representation of color #8C2600: hue angle of 16.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C2600 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 38 0 -
CMYK 0 0.73 1 0.45
HSL 16.29º 1% 0.27% -
HSV(B) 16.29º 1% 0.55% -
XYZ 11.51 6.96 0.74 -
YUV 64.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 140 38 0 0 0.73 1 0.45 16.29 1 0.27
Hex 8C 26 0 0 49 64 2D 10 64 1B
Octal 214 46 0 0 111 144 55 20 144 33
Binary 10001100 100110 0 0 1001001 1100100 101101 10000 1100100 11011

Color Harmonies of #8C2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2600

Black with #8C2600

Text Example


Text Example

White with #8C2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2600; }

 p { color: rgb(140,38,0); }

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

background-color css

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

 a { background-color: rgb(140,38,0); }

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

border-color css

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

 span { border-color: rgb(140,38,0); }

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