Html Css Color HEX #7F260B Falu Red

📋 copy color: '#7F260B'

red 127 ◦ green 38 ◦ blue 11

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

Shades of Falu Red #7F260B

Tints of Falu Red #7F260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 72.16%
G = 21.59%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F260B (or 0x7F260B) is known color: Falu Red. HEX triplet: 7F, 26 and 0B. RGB value is (127,38,11). Sum of RGB (Red+Green+Blue) = 127+38+11=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F260B is #80D9F4. Grayscale: #3D3D3D. Windows color (decimal): -8444405 or 730751. OLE color: 730751.

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

Color convert

RGB 127 38 11 -
CMYK 0 0.70 0.91 0.50
HSL 13.97º 0.84% 0.27% -
HSV(B) 13.97º 0.91% 0.5% -
XYZ 9.51 5.92 0.96 -
YUV 61.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 127 38 11 0 0.70 0.91 0.50 13.97 0.84 0.27
Hex 7F 26 B 0 46 5B 32 E 54 1B
Octal 177 46 13 0 106 133 62 16 124 33
Binary 1111111 100110 1011 0 1000110 1011011 110010 1110 1010100 11011

Color Harmonies of #7F260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F260B

Black with #7F260B

Text Example


Text Example

White with #7F260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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