Html Css Color HEX #7F231F Falu Red

📋 copy color: '#7F231F'

red 127 ◦ green 35 ◦ blue 31

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

Shades of Falu Red #7F231F

Tints of Falu Red #7F231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

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

R = 65.8%
G = 18.13%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F231F (or 0x7F231F) is known color: Falu Red. HEX triplet: 7F, 23 and 1F. RGB value is (127,35,31). Sum of RGB (Red+Green+Blue) = 127+35+31=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F231F is #80DCE0. Grayscale: #3E3E3E. Windows color (decimal): -8445153 or 2040703. OLE color: 2040703.

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

Color convert

RGB 127 35 31 -
CMYK 0 0.72 0.76 0.50
HSL 2.5º 0.61% 0.31% -
HSV(B) 2.5º 0.76% 0.5% -
XYZ 9.6 5.81 1.91 -
YUV 62.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 127 35 31 0 0.72 0.76 0.50 2.5 0.61 0.31
Hex 7F 23 1F 0 48 4C 32 2 3D 1F
Octal 177 43 37 0 110 114 62 2 75 37
Binary 1111111 100011 11111 0 1001000 1001100 110010 10 111101 11111

Color Harmonies of #7F231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F231F

Black with #7F231F

Text Example


Text Example

White with #7F231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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