Html Css Color HEX #7D201B Falu Red

📋 copy color: '#7D201B'

red 125 ◦ green 32 ◦ blue 27

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

Shades of Falu Red #7D201B

Tints of Falu Red #7D201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 67.93%
G = 17.39%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D201B (or 0x7D201B) is known color: Falu Red. HEX triplet: 7D, 20 and 1B. RGB value is (125,32,27). Sum of RGB (Red+Green+Blue) = 125+32+27=184 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.93% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 125 - color contains mainly: red. Hex color #7D201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D201B is #82DFE4. Grayscale: #3B3B3B. Windows color (decimal): -8576997 or 1777789. OLE color: 1777789.

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

Color convert

RGB 125 32 27 -
CMYK 0 0.74 0.78 0.51
HSL 3.06º 0.64% 0.3% -
HSV(B) 3.06º 0.78% 0.49% -
XYZ 9.17 5.47 1.61 -
YUV 59.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 125 32 27 0 0.74 0.78 0.51 3.06 0.64 0.3
Hex 7D 20 1B 0 4A 4E 33 3 40 1E
Octal 175 40 33 0 112 116 63 3 100 36
Binary 1111101 100000 11011 0 1001010 1001110 110011 11 1000000 11110

Color Harmonies of #7D201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D201B

Black with #7D201B

Text Example


Text Example

White with #7D201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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