Html Css Color HEX #7F2614 Falu Red

📋 copy color: '#7F2614'

red 127 ◦ green 38 ◦ blue 20

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

Shades of Falu Red #7F2614

Tints of Falu Red #7F2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 68.65%
G = 20.54%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F2614 (or 0x7F2614) is known color: Falu Red. HEX triplet: 7F, 26 and 14. RGB value is (127,38,20). Sum of RGB (Red+Green+Blue) = 127+38+20=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2614 is #80D9EB. Grayscale: #3E3E3E. Windows color (decimal): -8444396 or 1320575. OLE color: 1320575.

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

Color convert

RGB 127 38 20 -
CMYK 0 0.70 0.84 0.50
HSL 10.09º 0.73% 0.29% -
HSV(B) 10.09º 0.84% 0.5% -
XYZ 9.57 5.95 1.31 -
YUV 62.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 127 38 20 0 0.70 0.84 0.50 10.09 0.73 0.29
Hex 7F 26 14 0 46 54 32 A 49 1D
Octal 177 46 24 0 106 124 62 12 111 35
Binary 1111111 100110 10100 0 1000110 1010100 110010 1010 1001001 11101

Color Harmonies of #7F2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2614

Black with #7F2614

Text Example


Text Example

White with #7F2614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,38,20); }

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

background-color css

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

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

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

border-color css

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

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

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