Html Css Color HEX #7F2601 Falu Red

📋 copy color: '#7F2601'

red 127 ◦ green 38 ◦ blue 1

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

Shades of Falu Red #7F2601

Tints of Falu Red #7F2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 76.51%
G = 22.89%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#7F2601 (or 0x7F2601) is known color: Falu Red. HEX triplet: 7F, 26 and 01. RGB value is (127,38,1). Sum of RGB (Red+Green+Blue) = 127+38+1=166 (21% of max value = 765). Red value is 127 (50% from 255 or 76.51% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2601 is #80D9FE. Grayscale: #3C3C3C. Windows color (decimal): -8444415 or 75391. OLE color: 75391.

HSL color Cylindrical-coordinate representation of color #7F2601: hue angle of 17.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F2601 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 38 1 -
CMYK 0 0.70 0.99 0.50
HSL 17.62º 0.98% 0.25% -
HSV(B) 17.62º 0.99% 0.5% -
XYZ 9.45 5.9 0.67 -
YUV 60.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 127 38 1 0 0.70 0.99 0.50 17.62 0.98 0.25
Hex 7F 26 1 0 46 63 32 12 62 19
Octal 177 46 1 0 106 143 62 22 142 31
Binary 1111111 100110 1 0 1000110 1100011 110010 10010 1100010 11001

Color Harmonies of #7F2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2601

Black with #7F2601

Text Example


Text Example

White with #7F2601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,38,1); }

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

background-color css

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

 a { background-color: rgb(127,38,1); }

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

border-color css

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

 span { border-color: rgb(127,38,1); }

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