Html Css Color HEX #7F150F Falu Red

📋 copy color: '#7F150F'

red 127 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #7F150F

Tints of Falu Red #7F150F

RGB

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

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

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

R = 77.91%
G = 12.88%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F150F (or 0x7F150F) is known color: Falu Red. HEX triplet: 7F, 15 and 0F. RGB value is (127,21,15). Sum of RGB (Red+Green+Blue) = 127+21+15=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F150F is #80EAF0. Grayscale: #343434. Windows color (decimal): -8448753 or 988543. OLE color: 988543.

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

Color convert

RGB 127 21 15 -
CMYK 0 0.83 0.88 0.50
HSL 3.21º 0.79% 0.28% -
HSV(B) 3.21º 0.88% 0.5% -
XYZ 9.11 5.08 0.95 -
YUV 52.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 127 21 15 0 0.83 0.88 0.50 3.21 0.79 0.28
Hex 7F 15 F 0 53 58 32 3 4F 1C
Octal 177 25 17 0 123 130 62 3 117 34
Binary 1111111 10101 1111 0 1010011 1011000 110010 11 1001111 11100

Color Harmonies of #7F150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F150F

Black with #7F150F

Text Example


Text Example

White with #7F150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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