Html Css Color HEX #7F2505 Falu Red

📋 copy color: '#7F2505'

red 127 ◦ green 37 ◦ blue 5

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

Shades of Falu Red #7F2505

Tints of Falu Red #7F2505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 75.15%
G = 21.89%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F2505 (or 0x7F2505) is known color: Falu Red. HEX triplet: 7F, 25 and 05. RGB value is (127,37,5). Sum of RGB (Red+Green+Blue) = 127+37+5=169 (22% of max value = 765). Red value is 127 (50% from 255 or 75.15% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2505 is #80DAFA. Grayscale: #3C3C3C. Windows color (decimal): -8444667 or 337279. OLE color: 337279.

HSL color Cylindrical-coordinate representation of color #7F2505: hue angle of 15.74º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F2505 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 37 5 -
CMYK 0 0.71 0.96 0.50
HSL 15.74º 0.92% 0.26% -
HSV(B) 15.74º 0.96% 0.5% -
XYZ 9.44 5.85 0.77 -
YUV 60.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 127 37 5 0 0.71 0.96 0.50 15.74 0.92 0.26
Hex 7F 25 5 0 47 60 32 10 5C 1A
Octal 177 45 5 0 107 140 62 20 134 32
Binary 1111111 100101 101 0 1000111 1100000 110010 10000 1011100 11010

Color Harmonies of #7F2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2505

Black with #7F2505

Text Example


Text Example

White with #7F2505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,37,5); }

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

background-color css

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

 a { background-color: rgb(127,37,5); }

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

border-color css

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

 span { border-color: rgb(127,37,5); }

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