Html Css Color HEX #8A2600 Falu Red

📋 copy color: '#8A2600'

red 138 ◦ green 38 ◦ blue 0

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

Shades of Falu Red #8A2600

Tints of Falu Red #8A2600

RGB

 RED value IS 138 (54.3% from 255) = 78.41%

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

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

R = 78.41%
G = 21.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A2600 (or 0x8A2600) is known color: Falu Red. HEX triplet: 8A, 26 and 00. RGB value is (138,38,0). Sum of RGB (Red+Green+Blue) = 138+38+0=176 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.41% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2600 is #75D9FF. Grayscale: #3F3F3F. Windows color (decimal): -7723520 or 9866. OLE color: 9866.

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

Color convert

RGB 138 38 0 -
CMYK 0 0.72 1 0.46
HSL 16.52º 1% 0.27% -
HSV(B) 16.52º 1% 0.54% -
XYZ 11.17 6.79 0.72 -
YUV 63.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 138 38 0 0 0.72 1 0.46 16.52 1 0.27
Hex 8A 26 0 0 48 64 2E 11 64 1B
Octal 212 46 0 0 110 144 56 21 144 33
Binary 10001010 100110 0 0 1001000 1100100 101110 10001 1100100 11011

Color Harmonies of #8A2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2600

Black with #8A2600

Text Example


Text Example

White with #8A2600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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