Html Css Color HEX #80130F Falu Red

📋 copy color: '#80130F'

red 128 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #80130F

Tints of Falu Red #80130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 79.01%
G = 11.73%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80130F (or 0x80130F) is known color: Falu Red. HEX triplet: 80, 13 and 0F. RGB value is (128,19,15). Sum of RGB (Red+Green+Blue) = 128+19+15=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80130F is #7FECF0. Grayscale: #333333. Windows color (decimal): -8383729 or 988032. OLE color: 988032.

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

Color convert

RGB 128 19 15 -
CMYK 0 0.85 0.88 0.50
HSL 2.12º 0.79% 0.28% -
HSV(B) 2.12º 0.88% 0.5% -
XYZ 9.22 5.09 0.95 -
YUV 51.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 128 19 15 0 0.85 0.88 0.50 2.12 0.79 0.28
Hex 80 13 F 0 55 58 32 2 4F 1C
Octal 200 23 17 0 125 130 62 2 117 34
Binary 10000000 10011 1111 0 1010101 1011000 110010 10 1001111 11100

Color Harmonies of #80130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80130F

Black with #80130F

Text Example


Text Example

White with #80130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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