Html Css Color HEX #7F201F Falu Red

📋 copy color: '#7F201F'

red 127 ◦ green 32 ◦ blue 31

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

Shades of Falu Red #7F201F

Tints of Falu Red #7F201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 66.84%
G = 16.84%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F201F (or 0x7F201F) is known color: Falu Red. HEX triplet: 7F, 20 and 1F. RGB value is (127,32,31). Sum of RGB (Red+Green+Blue) = 127+32+31=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F201F is #80DFE0. Grayscale: #3C3C3C. Windows color (decimal): -8445921 or 2039935. OLE color: 2039935.

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

Color convert

RGB 127 32 31 -
CMYK 0 0.75 0.76 0.50
HSL 0.63º 0.61% 0.31% -
HSV(B) 0.63º 0.76% 0.5% -
XYZ 9.52 5.64 1.88 -
YUV 60.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 127 32 31 0 0.75 0.76 0.50 0.63 0.61 0.31
Hex 7F 20 1F 0 4B 4C 32 1 3D 1F
Octal 177 40 37 0 113 114 62 1 75 37
Binary 1111111 100000 11111 0 1001011 1001100 110010 1 111101 11111

Color Harmonies of #7F201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F201F

Black with #7F201F

Text Example


Text Example

White with #7F201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,32,31); }

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

background-color css

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

 a { background-color: rgb(127,32,31); }

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

border-color css

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

 span { border-color: rgb(127,32,31); }

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