Html Css Color HEX #7F190F Falu Red

📋 copy color: '#7F190F'

red 127 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #7F190F

Tints of Falu Red #7F190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 76.05%
G = 14.97%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F190F (or 0x7F190F) is known color: Falu Red. HEX triplet: 7F, 19 and 0F. RGB value is (127,25,15). Sum of RGB (Red+Green+Blue) = 127+25+15=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F190F is #80E6F0. Grayscale: #363636. Windows color (decimal): -8447729 or 989567. OLE color: 989567.

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

Color convert

RGB 127 25 15 -
CMYK 0 0.80 0.88 0.50
HSL 5.36º 0.79% 0.28% -
HSV(B) 5.36º 0.88% 0.5% -
XYZ 9.19 5.24 0.98 -
YUV 54.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 127 25 15 0 0.80 0.88 0.50 5.36 0.79 0.28
Hex 7F 19 F 0 50 58 32 5 4F 1C
Octal 177 31 17 0 120 130 62 5 117 34
Binary 1111111 11001 1111 0 1010000 1011000 110010 101 1001111 11100

Color Harmonies of #7F190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F190F

Black with #7F190F

Text Example


Text Example

White with #7F190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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