Html Css Color HEX #7F1E15 Falu Red

📋 copy color: '#7F1E15'

red 127 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #7F1E15

Tints of Falu Red #7F1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.85%

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 71.35%
G = 16.85%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F1E15 (or 0x7F1E15) is known color: Falu Red. HEX triplet: 7F, 1E and 15. RGB value is (127,30,21). Sum of RGB (Red+Green+Blue) = 127+30+21=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1E15 is #80E1EA. Grayscale: #3A3A3A. Windows color (decimal): -8446443 or 1384063. OLE color: 1384063.

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

Color convert

RGB 127 30 21 -
CMYK 0 0.76 0.83 0.50
HSL 5.09º 0.72% 0.29% -
HSV(B) 5.09º 0.83% 0.5% -
XYZ 9.35 5.49 1.28 -
YUV 57.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 127 30 21 0 0.76 0.83 0.50 5.09 0.72 0.29
Hex 7F 1E 15 0 4C 53 32 5 48 1D
Octal 177 36 25 0 114 123 62 5 110 35
Binary 1111111 11110 10101 0 1001100 1010011 110010 101 1001000 11101

Color Harmonies of #7F1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1E15

Black with #7F1E15

Text Example


Text Example

White with #7F1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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