Html Css Color HEX #7D201E Falu Red

📋 copy color: '#7D201E'

red 125 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #7D201E

Tints of Falu Red #7D201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 66.84%
G = 17.11%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7D201E (or 0x7D201E) is known color: Falu Red. HEX triplet: 7D, 20 and 1E. RGB value is (125,32,30). Sum of RGB (Red+Green+Blue) = 125+32+30=187 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.84% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 125 - color contains mainly: red. Hex color #7D201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D201E is #82DFE1. Grayscale: #3B3B3B. Windows color (decimal): -8576994 or 1974397. OLE color: 1974397.

HSL color Cylindrical-coordinate representation of color #7D201E: hue angle of 1.26º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D201E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 32 30 -
CMYK 0 0.74 0.76 0.51
HSL 1.26º 0.61% 0.3% -
HSV(B) 1.26º 0.76% 0.49% -
XYZ 9.21 5.49 1.8 -
YUV 59.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 125 32 30 0 0.74 0.76 0.51 1.26 0.61 0.3
Hex 7D 20 1E 0 4A 4C 33 1 3D 1E
Octal 175 40 36 0 112 114 63 1 75 36
Binary 1111101 100000 11110 0 1001010 1001100 110011 1 111101 11110

Color Harmonies of #7D201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D201E

Black with #7D201E

Text Example


Text Example

White with #7D201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,32,30); }

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

background-color css

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

 a { background-color: rgb(125,32,30); }

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

border-color css

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

 span { border-color: rgb(125,32,30); }

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