Html Css Color HEX #7F1A16 Falu Red

📋 copy color: '#7F1A16'

red 127 ◦ green 26 ◦ blue 22

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

Shades of Falu Red #7F1A16

Tints of Falu Red #7F1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 72.57%
G = 14.86%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F1A16 (or 0x7F1A16) is known color: Falu Red. HEX triplet: 7F, 1A and 16. RGB value is (127,26,22). Sum of RGB (Red+Green+Blue) = 127+26+22=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1A16 is #80E5E9. Grayscale: #373737. Windows color (decimal): -8447466 or 1448575. OLE color: 1448575.

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

Color convert

RGB 127 26 22 -
CMYK 0 0.80 0.83 0.50
HSL 2.29º 0.7% 0.29% -
HSV(B) 2.29º 0.83% 0.5% -
XYZ 9.27 5.31 1.3 -
YUV 55.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 127 26 22 0 0.80 0.83 0.50 2.29 0.7 0.29
Hex 7F 1A 16 0 50 53 32 2 46 1D
Octal 177 32 26 0 120 123 62 2 106 35
Binary 1111111 11010 10110 0 1010000 1010011 110010 10 1000110 11101

Color Harmonies of #7F1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1A16

Black with #7F1A16

Text Example


Text Example

White with #7F1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,26,22); }

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

background-color css

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

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

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

border-color css

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

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

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