Html Css Color HEX #800F0C Falu Red

📋 copy color: '#800F0C'

red 128 ◦ green 15 ◦ blue 12

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

Shades of Falu Red #800F0C

Tints of Falu Red #800F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

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

R = 82.58%
G = 9.68%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#800F0C (or 0x800F0C) is known color: Falu Red. HEX triplet: 80, 0F and 0C. RGB value is (128,15,12). Sum of RGB (Red+Green+Blue) = 128+15+12=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800F0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800F0C is #7FF0F3. Grayscale: #303030. Windows color (decimal): -8384756 or 790400. OLE color: 790400.

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

Color convert

RGB 128 15 12 -
CMYK 0 0.88 0.91 0.50
HSL 1.55º 0.83% 0.27% -
HSV(B) 1.55º 0.91% 0.5% -
XYZ 9.14 4.96 0.82 -
YUV 48.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 128 15 12 0 0.88 0.91 0.50 1.55 0.83 0.27
Hex 80 F C 0 58 5B 32 2 53 1B
Octal 200 17 14 0 130 133 62 2 123 33
Binary 10000000 1111 1100 0 1011000 1011011 110010 10 1010011 11011

Color Harmonies of #800F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800F0C

Black with #800F0C

Text Example


Text Example

White with #800F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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