Html Css Color HEX #7F2117 Falu Red

📋 copy color: '#7F2117'

red 127 ◦ green 33 ◦ blue 23

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

Shades of Falu Red #7F2117

Tints of Falu Red #7F2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

 BLUE value IS 23 (9.38% from 255) = 12.57%

R = 69.4%
G = 18.03%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#7F2117 (or 0x7F2117) is known color: Falu Red. HEX triplet: 7F, 21 and 17. RGB value is (127,33,23). Sum of RGB (Red+Green+Blue) = 127+33+23=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2117 is #80DEE8. Grayscale: #3C3C3C. Windows color (decimal): -8445673 or 1515903. OLE color: 1515903.

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

Color convert

RGB 127 33 23 -
CMYK 0 0.74 0.82 0.50
HSL 5.77º 0.69% 0.29% -
HSV(B) 5.77º 0.82% 0.5% -
XYZ 9.45 5.66 1.41 -
YUV 59.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 127 33 23 0 0.74 0.82 0.50 5.77 0.69 0.29
Hex 7F 21 17 0 4A 52 32 6 45 1D
Octal 177 41 27 0 112 122 62 6 105 35
Binary 1111111 100001 10111 0 1001010 1010010 110010 110 1000101 11101

Color Harmonies of #7F2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2117

Black with #7F2117

Text Example


Text Example

White with #7F2117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,33,23); }

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

background-color css

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

 a { background-color: rgb(127,33,23); }

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

border-color css

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

 span { border-color: rgb(127,33,23); }

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