Html Css Color HEX #7F1816 Falu Red

📋 copy color: '#7F1816'

red 127 ◦ green 24 ◦ blue 22

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

Shades of Falu Red #7F1816

Tints of Falu Red #7F1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 73.41%
G = 13.87%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F1816 (or 0x7F1816) is known color: Falu Red. HEX triplet: 7F, 18 and 16. RGB value is (127,24,22). Sum of RGB (Red+Green+Blue) = 127+24+22=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1816 is #80E7E9. Grayscale: #363636. Windows color (decimal): -8447978 or 1448063. OLE color: 1448063.

HSL color Cylindrical-coordinate representation of color #7F1816: hue angle of 1.14º 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 #7F1816 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 24 22 -
CMYK 0 0.81 0.83 0.50
HSL 1.14º 0.7% 0.29% -
HSV(B) 1.14º 0.83% 0.5% -
XYZ 9.22 5.22 1.28 -
YUV 54.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 127 24 22 0 0.81 0.83 0.50 1.14 0.7 0.29
Hex 7F 18 16 0 51 53 32 1 46 1D
Octal 177 30 26 0 121 123 62 1 106 35
Binary 1111111 11000 10110 0 1010001 1010011 110010 1 1000110 11101

Color Harmonies of #7F1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1816

Black with #7F1816

Text Example


Text Example

White with #7F1816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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