Html Css Color HEX #801C09 Falu Red

📋 copy color: '#801C09'

red 128 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #801C09

Tints of Falu Red #801C09

RGB

 RED value IS 128 (50.39% from 255) = 77.58%

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

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

R = 77.58%
G = 16.97%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#801C09 (or 0x801C09) is known color: Falu Red. HEX triplet: 80, 1C and 09. RGB value is (128,28,9). Sum of RGB (Red+Green+Blue) = 128+28+9=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #801C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C09 is #7FE3F6. Grayscale: #373737. Windows color (decimal): -8381431 or 597120. OLE color: 597120.

HSL color Cylindrical-coordinate representation of color #801C09: hue angle of 9.58º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #801C09 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 9 -
CMYK 0 0.78 0.93 0.50
HSL 9.58º 0.87% 0.27% -
HSV(B) 9.58º 0.93% 0.5% -
XYZ 9.37 5.44 0.81 -
YUV 55.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 128 28 9 0 0.78 0.93 0.50 9.58 0.87 0.27
Hex 80 1C 9 0 4E 5D 32 A 57 1B
Octal 200 34 11 0 116 135 62 12 127 33
Binary 10000000 11100 1001 0 1001110 1011101 110010 1010 1010111 11011

Color Harmonies of #801C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C09

Black with #801C09

Text Example


Text Example

White with #801C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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