Html Css Color HEX #7F1604 Falu Red

📋 copy color: '#7F1604'

red 127 ◦ green 22 ◦ blue 4

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

Shades of Falu Red #7F1604

Tints of Falu Red #7F1604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 83.01%
G = 14.38%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F1604 (or 0x7F1604) is known color: Falu Red. HEX triplet: 7F, 16 and 04. RGB value is (127,22,4). Sum of RGB (Red+Green+Blue) = 127+22+4=153 (20% of max value = 765). Red value is 127 (50% from 255 or 83.01% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1604 is #80E9FB. Grayscale: #333333. Windows color (decimal): -8448508 or 267903. OLE color: 267903.

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

Color convert

RGB 127 22 4 -
CMYK 0 0.83 0.97 0.50
HSL 8.78º 0.94% 0.26% -
HSV(B) 8.78º 0.97% 0.5% -
XYZ 9.06 5.09 0.62 -
YUV 51.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 127 22 4 0 0.83 0.97 0.50 8.78 0.94 0.26
Hex 7F 16 4 0 53 61 32 9 5E 1A
Octal 177 26 4 0 123 141 62 11 136 32
Binary 1111111 10110 100 0 1010011 1100001 110010 1001 1011110 11010

Color Harmonies of #7F1604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1604

Black with #7F1604

Text Example


Text Example

White with #7F1604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,22,4); }

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

background-color css

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

 a { background-color: rgb(127,22,4); }

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

border-color css

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

 span { border-color: rgb(127,22,4); }

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