Html Css Color HEX #7F2017 Falu Red

📋 copy color: '#7F2017'

red 127 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #7F2017

Tints of Falu Red #7F2017

RGB

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

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

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

R = 69.78%
G = 17.58%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#7F2017 (or 0x7F2017) is known color: Falu Red. HEX triplet: 7F, 20 and 17. RGB value is (127,32,23). Sum of RGB (Red+Green+Blue) = 127+32+23=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2017 is #80DFE8. Grayscale: #3B3B3B. Windows color (decimal): -8445929 or 1515647. OLE color: 1515647.

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

Color convert

RGB 127 32 23 -
CMYK 0 0.75 0.82 0.50
HSL 5.19º 0.69% 0.29% -
HSV(B) 5.19º 0.82% 0.5% -
XYZ 9.42 5.61 1.4 -
YUV 59.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 127 32 23 0 0.75 0.82 0.50 5.19 0.69 0.29
Hex 7F 20 17 0 4B 52 32 5 45 1D
Octal 177 40 27 0 113 122 62 5 105 35
Binary 1111111 100000 10111 0 1001011 1010010 110010 101 1000101 11101

Color Harmonies of #7F2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2017

Black with #7F2017

Text Example


Text Example

White with #7F2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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