Html Css Color HEX #7F130F Falu Red

📋 copy color: '#7F130F'

red 127 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #7F130F

Tints of Falu Red #7F130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 78.88%
G = 11.8%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F130F (or 0x7F130F) is known color: Falu Red. HEX triplet: 7F, 13 and 0F. RGB value is (127,19,15). Sum of RGB (Red+Green+Blue) = 127+19+15=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F130F is #80ECF0. Grayscale: #323232. Windows color (decimal): -8449265 or 988031. OLE color: 988031.

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

Color convert

RGB 127 19 15 -
CMYK 0 0.85 0.88 0.50
HSL 2.14º 0.79% 0.28% -
HSV(B) 2.14º 0.88% 0.5% -
XYZ 9.07 5.01 0.94 -
YUV 50.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 127 19 15 0 0.85 0.88 0.50 2.14 0.79 0.28
Hex 7F 13 F 0 55 58 32 2 4F 1C
Octal 177 23 17 0 125 130 62 2 117 34
Binary 1111111 10011 1111 0 1010101 1011000 110010 10 1001111 11100

Color Harmonies of #7F130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F130F

Black with #7F130F

Text Example


Text Example

White with #7F130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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