Html Css Color HEX #7F220E Falu Red

📋 copy color: '#7F220E'

red 127 ◦ green 34 ◦ blue 14

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

Shades of Falu Red #7F220E

Tints of Falu Red #7F220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 72.57%
G = 19.43%
B = 8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F220E (or 0x7F220E) is known color: Falu Red. HEX triplet: 7F, 22 and 0E. RGB value is (127,34,14). Sum of RGB (Red+Green+Blue) = 127+34+14=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F220E is #80DDF1. Grayscale: #3B3B3B. Windows color (decimal): -8445426 or 926335. OLE color: 926335.

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

Color convert

RGB 127 34 14 -
CMYK 0 0.73 0.89 0.50
HSL 10.62º 0.8% 0.28% -
HSV(B) 10.62º 0.89% 0.5% -
XYZ 9.4 5.69 1.02 -
YUV 59.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 127 34 14 0 0.73 0.89 0.50 10.62 0.8 0.28
Hex 7F 22 E 0 49 59 32 B 50 1C
Octal 177 42 16 0 111 131 62 13 120 34
Binary 1111111 100010 1110 0 1001001 1011001 110010 1011 1010000 11100

Color Harmonies of #7F220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F220E

Black with #7F220E

Text Example


Text Example

White with #7F220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,34,14); }

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

background-color css

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

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

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

border-color css

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

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

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