Html Css Color HEX #7F231A Falu Red

📋 copy color: '#7F231A'

red 127 ◦ green 35 ◦ blue 26

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

Shades of Falu Red #7F231A

Tints of Falu Red #7F231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 67.55%
G = 18.62%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F231A (or 0x7F231A) is known color: Falu Red. HEX triplet: 7F, 23 and 1A. RGB value is (127,35,26). Sum of RGB (Red+Green+Blue) = 127+35+26=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F231A is #80DCE5. Grayscale: #3D3D3D. Windows color (decimal): -8445158 or 1713023. OLE color: 1713023.

HSL color Cylindrical-coordinate representation of color #7F231A: hue angle of 5.35º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F231A is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 35 26 -
CMYK 0 0.72 0.80 0.50
HSL 5.35º 0.66% 0.3% -
HSV(B) 5.35º 0.8% 0.5% -
XYZ 9.54 5.79 1.59 -
YUV 61.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 127 35 26 0 0.72 0.80 0.50 5.35 0.66 0.3
Hex 7F 23 1A 0 48 50 32 5 42 1E
Octal 177 43 32 0 110 120 62 5 102 36
Binary 1111111 100011 11010 0 1001000 1010000 110010 101 1000010 11110

Color Harmonies of #7F231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F231A

Black with #7F231A

Text Example


Text Example

White with #7F231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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