Html Css Color HEX #7F2119 Falu Red

📋 copy color: '#7F2119'

red 127 ◦ green 33 ◦ blue 25

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

Shades of Falu Red #7F2119

Tints of Falu Red #7F2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 68.65%
G = 17.84%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F2119 (or 0x7F2119) is known color: Falu Red. HEX triplet: 7F, 21 and 19. RGB value is (127,33,25). Sum of RGB (Red+Green+Blue) = 127+33+25=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2119 is #80DEE6. Grayscale: #3C3C3C. Windows color (decimal): -8445671 or 1646975. OLE color: 1646975.

HSL color Cylindrical-coordinate representation of color #7F2119: hue angle of 4.71º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2119 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 33 25 -
CMYK 0 0.74 0.80 0.50
HSL 4.71º 0.67% 0.3% -
HSV(B) 4.71º 0.8% 0.5% -
XYZ 9.47 5.67 1.51 -
YUV 60.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 127 33 25 0 0.74 0.80 0.50 4.71 0.67 0.3
Hex 7F 21 19 0 4A 50 32 5 43 1E
Octal 177 41 31 0 112 120 62 5 103 36
Binary 1111111 100001 11001 0 1001010 1010000 110010 101 1000011 11110

Color Harmonies of #7F2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2119

Black with #7F2119

Text Example


Text Example

White with #7F2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,33,25); }

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

background-color css

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

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

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

border-color css

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

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

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