Html Css Color HEX #7F1D07 Falu Red

📋 copy color: '#7F1D07'

red 127 ◦ green 29 ◦ blue 7

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

Shades of Falu Red #7F1D07

Tints of Falu Red #7F1D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 7 (3.13% from 255) = 4.29%

R = 77.91%
G = 17.79%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F1D07 (or 0x7F1D07) is known color: Falu Red. HEX triplet: 7F, 1D and 07. RGB value is (127,29,7). Sum of RGB (Red+Green+Blue) = 127+29+7=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1D07 is #80E2F8. Grayscale: #373737. Windows color (decimal): -8446713 or 466303. OLE color: 466303.

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

Color convert

RGB 127 29 7 -
CMYK 0 0.77 0.94 0.50
HSL 11º 0.9% 0.26% -
HSV(B) 11º 0.94% 0.5% -
XYZ 9.23 5.41 0.76 -
YUV 55.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 127 29 7 0 0.77 0.94 0.50 11 0.9 0.26
Hex 7F 1D 7 0 4D 5E 32 B 5A 1A
Octal 177 35 7 0 115 136 62 13 132 32
Binary 1111111 11101 111 0 1001101 1011110 110010 1011 1011010 11010

Color Harmonies of #7F1D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1D07

Black with #7F1D07

Text Example


Text Example

White with #7F1D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,29,7); }

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

background-color css

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

 a { background-color: rgb(127,29,7); }

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

border-color css

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

 span { border-color: rgb(127,29,7); }

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