Html Css Color HEX #7F1905 Falu Red

📋 copy color: '#7F1905'

red 127 ◦ green 25 ◦ blue 5

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

Shades of Falu Red #7F1905

Tints of Falu Red #7F1905

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 80.89%
G = 15.92%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F1905 (or 0x7F1905) is known color: Falu Red. HEX triplet: 7F, 19 and 05. RGB value is (127,25,5). Sum of RGB (Red+Green+Blue) = 127+25+5=157 (20% of max value = 765). Red value is 127 (50% from 255 or 80.89% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1905 is #80E6FA. Grayscale: #353535. Windows color (decimal): -8447739 or 334207. OLE color: 334207.

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

Color convert

RGB 127 25 5 -
CMYK 0 0.80 0.96 0.50
HSL 9.84º 0.92% 0.26% -
HSV(B) 9.84º 0.96% 0.5% -
XYZ 9.13 5.22 0.67 -
YUV 53.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 127 25 5 0 0.80 0.96 0.50 9.84 0.92 0.26
Hex 7F 19 5 0 50 60 32 A 5C 1A
Octal 177 31 5 0 120 140 62 12 134 32
Binary 1111111 11001 101 0 1010000 1100000 110010 1010 1011100 11010

Color Harmonies of #7F1905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1905

Black with #7F1905

Text Example


Text Example

White with #7F1905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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