Html Css Color HEX #7F1504 Falu Red

📋 copy color: '#7F1504'

red 127 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #7F1504

Tints of Falu Red #7F1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 83.55%
G = 13.82%
B = 2.63%

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

#7F1504 (or 0x7F1504) is known color: Falu Red. HEX triplet: 7F, 15 and 04. RGB value is (127,21,4). Sum of RGB (Red+Green+Blue) = 127+21+4=152 (20% of max value = 765). Red value is 127 (50% from 255 or 83.55% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1504 is #80EAFB. Grayscale: #323232. Windows color (decimal): -8448764 or 267647. OLE color: 267647.

HSL color Cylindrical-coordinate representation of color #7F1504: hue angle of 8.29º 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 #7F1504 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 21 4 -
CMYK 0 0.83 0.97 0.50
HSL 8.29º 0.94% 0.26% -
HSV(B) 8.29º 0.97% 0.5% -
XYZ 9.04 5.06 0.61 -
YUV 50.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 127 21 4 0 0.83 0.97 0.50 8.29 0.94 0.26
Hex 7F 15 4 0 53 61 32 8 5E 1A
Octal 177 25 4 0 123 141 62 10 136 32
Binary 1111111 10101 100 0 1010011 1100001 110010 1000 1011110 11010

Color Harmonies of #7F1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1504

Black with #7F1504

Text Example


Text Example

White with #7F1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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