Html Css Color HEX #7F2908 Falu Red

📋 copy color: '#7F2908'

red 127 ◦ green 41 ◦ blue 8

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

Shades of Falu Red #7F2908

Tints of Falu Red #7F2908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 72.16%
G = 23.3%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F2908 (or 0x7F2908) is known color: Falu Red. HEX triplet: 7F, 29 and 08. RGB value is (127,41,8). Sum of RGB (Red+Green+Blue) = 127+41+8=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2908 is #80D6F7. Grayscale: #3F3F3F. Windows color (decimal): -8443640 or 534911. OLE color: 534911.

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

Color convert

RGB 127 41 8 -
CMYK 0 0.68 0.94 0.50
HSL 16.64º 0.88% 0.26% -
HSV(B) 16.64º 0.94% 0.5% -
XYZ 9.59 6.12 0.9 -
YUV 62.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 127 41 8 0 0.68 0.94 0.50 16.64 0.88 0.26
Hex 7F 29 8 0 44 5E 32 11 58 1A
Octal 177 51 10 0 104 136 62 21 130 32
Binary 1111111 101001 1000 0 1000100 1011110 110010 10001 1011000 11010

Color Harmonies of #7F2908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2908

Black with #7F2908

Text Example


Text Example

White with #7F2908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,41,8); }

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

background-color css

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

 a { background-color: rgb(127,41,8); }

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

border-color css

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

 span { border-color: rgb(127,41,8); }

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