Html Css Color HEX #7F2416 Falu Red

📋 copy color: '#7F2416'

red 127 ◦ green 36 ◦ blue 22

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

Shades of Falu Red #7F2416

Tints of Falu Red #7F2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 68.65%
G = 19.46%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F2416 (or 0x7F2416) is known color: Falu Red. HEX triplet: 7F, 24 and 16. RGB value is (127,36,22). Sum of RGB (Red+Green+Blue) = 127+36+22=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2416 is #80DBE9. Grayscale: #3D3D3D. Windows color (decimal): -8444906 or 1451135. OLE color: 1451135.

HSL color Cylindrical-coordinate representation of color #7F2416: hue angle of 8º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F2416 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 36 22 -
CMYK 0 0.72 0.83 0.50
HSL 0.7% 0.29% -
HSV(B) 0.83% 0.5% -
XYZ 9.53 5.83 1.38 -
YUV 61.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 127 36 22 0 0.72 0.83 0.50 8 0.7 0.29
Hex 7F 24 16 0 48 53 32 8 46 1D
Octal 177 44 26 0 110 123 62 10 106 35
Binary 1111111 100100 10110 0 1001000 1010011 110010 1000 1000110 11101

Color Harmonies of #7F2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2416

Black with #7F2416

Text Example


Text Example

White with #7F2416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,36,22); }

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

background-color css

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

 a { background-color: rgb(127,36,22); }

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

border-color css

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

 span { border-color: rgb(127,36,22); }

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