Html Css Color HEX #7F1010 Falu Red

📋 copy color: '#7F1010'

red 127 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #7F1010

Tints of Falu Red #7F1010

RGB

 RED value IS 127 (50% from 255) = 79.87%

 GREEN value IS 16 (6.64% from 255) = 10.06%

 BLUE value IS 16 (6.64% from 255) = 10.06%

R = 79.87%
G = 10.06%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F1010 (or 0x7F1010) is known color: Falu Red. HEX triplet: 7F, 10 and 10. RGB value is (127,16,16). Sum of RGB (Red+Green+Blue) = 127+16+16=159 (21% of max value = 765). Red value is 127 (50% from 255 or 79.87% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1010 is #80EFEF. Grayscale: #313131. Windows color (decimal): -8450032 or 1052799. OLE color: 1052799.

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

Color convert

RGB 127 16 16 -
CMYK 0 0.87 0.87 0.50
HSL 0.78% 0.28% -
HSV(B) 0.87% 0.5% -
XYZ 9.03 4.92 0.96 -
YUV 49.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 127 16 16 0 0.87 0.87 0.50 0 0.78 0.28
Hex 7F 10 10 0 57 57 32 0 4E 1C
Octal 177 20 20 0 127 127 62 0 116 34
Binary 1111111 10000 10000 0 1010111 1010111 110010 0 1001110 11100

Color Harmonies of #7F1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1010

Black with #7F1010

Text Example


Text Example

White with #7F1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F1010; }

 p { color: rgb(127,16,16); }

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

background-color css

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

 a { background-color: rgb(127,16,16); }

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

border-color css

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

 span { border-color: rgb(127,16,16); }

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