Html Css Color HEX #7D1F08 Falu Red

📋 copy color: '#7D1F08'

red 125 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #7D1F08

Tints of Falu Red #7D1F08

RGB

 RED value IS 125 (49.22% from 255) = 76.22%

 GREEN value IS 31 (12.5% from 255) = 18.9%

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

R = 76.22%
G = 18.9%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D1F08 (or 0x7D1F08) is known color: Falu Red. HEX triplet: 7D, 1F and 08. RGB value is (125,31,8). Sum of RGB (Red+Green+Blue) = 125+31+8=164 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.22% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1F08 is #82E0F7. Grayscale: #383838. Windows color (decimal): -8577272 or 532349. OLE color: 532349.

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

Color convert

RGB 125 31 8 -
CMYK 0 0.75 0.94 0.51
HSL 11.79º 0.88% 0.26% -
HSV(B) 11.79º 0.94% 0.49% -
XYZ 8.99 5.36 0.79 -
YUV 56.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 125 31 8 0 0.75 0.94 0.51 11.79 0.88 0.26
Hex 7D 1F 8 0 4B 5E 33 C 58 1A
Octal 175 37 10 0 113 136 63 14 130 32
Binary 1111101 11111 1000 0 1001011 1011110 110011 1100 1011000 11010

Color Harmonies of #7D1F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1F08

Black with #7D1F08

Text Example


Text Example

White with #7D1F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,31,8); }

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

background-color css

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

 a { background-color: rgb(125,31,8); }

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

border-color css

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

 span { border-color: rgb(125,31,8); }

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