Html Css Color HEX #801308 Falu Red

📋 copy color: '#801308'

red 128 ◦ green 19 ◦ blue 8

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

Shades of Falu Red #801308

Tints of Falu Red #801308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 82.58%
G = 12.26%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#801308 (or 0x801308) is known color: Falu Red. HEX triplet: 80, 13 and 08. RGB value is (128,19,8). Sum of RGB (Red+Green+Blue) = 128+19+8=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #801308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801308 is #7FECF7. Grayscale: #323232. Windows color (decimal): -8383736 or 529280. OLE color: 529280.

HSL color Cylindrical-coordinate representation of color #801308: hue angle of 5.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #801308 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 8 -
CMYK 0 0.85 0.94 0.50
HSL 5.5º 0.88% 0.27% -
HSV(B) 5.5º 0.94% 0.5% -
XYZ 9.18 5.07 0.73 -
YUV 50.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 128 19 8 0 0.85 0.94 0.50 5.5 0.88 0.27
Hex 80 13 8 0 55 5E 32 6 58 1B
Octal 200 23 10 0 125 136 62 6 130 33
Binary 10000000 10011 1000 0 1010101 1011110 110010 110 1011000 11011

Color Harmonies of #801308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801308

Black with #801308

Text Example


Text Example

White with #801308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801308; }

 p { color: rgb(128,19,8); }

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

background-color css

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

 a { background-color: rgb(128,19,8); }

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

border-color css

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

 span { border-color: rgb(128,19,8); }

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