Html Css Color HEX #80150C Falu Red

📋 copy color: '#80150C'

red 128 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #80150C

Tints of Falu Red #80150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 79.5%
G = 13.04%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80150C (or 0x80150C) is known color: Falu Red. HEX triplet: 80, 15 and 0C. RGB value is (128,21,12). Sum of RGB (Red+Green+Blue) = 128+21+12=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80150C is #7FEAF3. Grayscale: #343434. Windows color (decimal): -8383220 or 791936. OLE color: 791936.

HSL color Cylindrical-coordinate representation of color #80150C: hue angle of 4.66º 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 #80150C is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 12 -
CMYK 0 0.84 0.91 0.50
HSL 4.66º 0.83% 0.27% -
HSV(B) 4.66º 0.91% 0.5% -
XYZ 9.24 5.15 0.86 -
YUV 51.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 128 21 12 0 0.84 0.91 0.50 4.66 0.83 0.27
Hex 80 15 C 0 54 5B 32 5 53 1B
Octal 200 25 14 0 124 133 62 5 123 33
Binary 10000000 10101 1100 0 1010100 1011011 110010 101 1010011 11011

Color Harmonies of #80150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80150C

Black with #80150C

Text Example


Text Example

White with #80150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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