Html Css Color HEX #80160C Falu Red

📋 copy color: '#80160C'

red 128 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #80160C

Tints of Falu Red #80160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.58%

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 79.01%
G = 13.58%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80160C (or 0x80160C) is known color: Falu Red. HEX triplet: 80, 16 and 0C. RGB value is (128,22,12). Sum of RGB (Red+Green+Blue) = 128+22+12=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80160C is #7FE9F3. Grayscale: #343434. Windows color (decimal): -8382964 or 792192. OLE color: 792192.

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

Color convert

RGB 128 22 12 -
CMYK 0 0.83 0.91 0.50
HSL 5.17º 0.83% 0.27% -
HSV(B) 5.17º 0.91% 0.5% -
XYZ 9.26 5.19 0.86 -
YUV 52.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 128 22 12 0 0.83 0.91 0.50 5.17 0.83 0.27
Hex 80 16 C 0 53 5B 32 5 53 1B
Octal 200 26 14 0 123 133 62 5 123 33
Binary 10000000 10110 1100 0 1010011 1011011 110010 101 1010011 11011

Color Harmonies of #80160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80160C

Black with #80160C

Text Example


Text Example

White with #80160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80160C; }

 p { color: rgb(128,22,12); }

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

background-color css

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

 a { background-color: rgb(128,22,12); }

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

border-color css

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

 span { border-color: rgb(128,22,12); }

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