Html Css Color HEX #8A1C09 Falu Red

📋 copy color: '#8A1C09'

red 138 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #8A1C09

Tints of Falu Red #8A1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16%

 BLUE value IS 9 (3.91% from 255) = 5.14%

R = 78.86%
G = 16%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#8A1C09 (or 0x8A1C09) is known color: Falu Red. HEX triplet: 8A, 1C and 09. RGB value is (138,28,9). Sum of RGB (Red+Green+Blue) = 138+28+9=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1C09 is #75E3F6. Grayscale: #3A3A3A. Windows color (decimal): -7726071 or 597130. OLE color: 597130.

HSL color Cylindrical-coordinate representation of color #8A1C09: hue angle of 8.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A1C09 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 28 9 -
CMYK 0 0.80 0.93 0.46
HSL 8.84º 0.88% 0.29% -
HSV(B) 8.84º 0.93% 0.54% -
XYZ 10.95 6.25 0.89 -
YUV 58.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 138 28 9 0 0.80 0.93 0.46 8.84 0.88 0.29
Hex 8A 1C 9 0 50 5D 2E 9 58 1D
Octal 212 34 11 0 120 135 56 11 130 35
Binary 10001010 11100 1001 0 1010000 1011101 101110 1001 1011000 11101

Color Harmonies of #8A1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1C09

Black with #8A1C09

Text Example


Text Example

White with #8A1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,28,9); }

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

background-color css

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

 a { background-color: rgb(138,28,9); }

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

border-color css

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

 span { border-color: rgb(138,28,9); }

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