Html Css Color HEX #7F2013 Falu Red

📋 copy color: '#7F2013'

red 127 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #7F2013

Tints of Falu Red #7F2013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.67%

R = 71.35%
G = 17.98%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#7F2013 (or 0x7F2013) is known color: Falu Red. HEX triplet: 7F, 20 and 13. RGB value is (127,32,19). Sum of RGB (Red+Green+Blue) = 127+32+19=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2013 is #80DFEC. Grayscale: #3B3B3B. Windows color (decimal): -8445933 or 1253503. OLE color: 1253503.

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

Color convert

RGB 127 32 19 -
CMYK 0 0.75 0.85 0.50
HSL 7.22º 0.74% 0.29% -
HSV(B) 7.22º 0.85% 0.5% -
XYZ 9.39 5.59 1.2 -
YUV 58.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 127 32 19 0 0.75 0.85 0.50 7.22 0.74 0.29
Hex 7F 20 13 0 4B 55 32 7 4A 1D
Octal 177 40 23 0 113 125 62 7 112 35
Binary 1111111 100000 10011 0 1001011 1010101 110010 111 1001010 11101

Color Harmonies of #7F2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2013

Black with #7F2013

Text Example


Text Example

White with #7F2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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