Html Css Color HEX #7D200F Falu Red

📋 copy color: '#7D200F'

red 125 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #7D200F

Tints of Falu Red #7D200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 72.67%
G = 18.6%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D200F (or 0x7D200F) is known color: Falu Red. HEX triplet: 7D, 20 and 0F. RGB value is (125,32,15). Sum of RGB (Red+Green+Blue) = 125+32+15=172 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.67% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 125 - color contains mainly: red. Hex color #7D200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D200F is #82DFF0. Grayscale: #3A3A3A. Windows color (decimal): -8577009 or 991357. OLE color: 991357.

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

Color convert

RGB 125 32 15 -
CMYK 0 0.74 0.88 0.51
HSL 9.27º 0.79% 0.27% -
HSV(B) 9.27º 0.88% 0.49% -
XYZ 9.06 5.43 1.02 -
YUV 57.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 125 32 15 0 0.74 0.88 0.51 9.27 0.79 0.27
Hex 7D 20 F 0 4A 58 33 9 4F 1B
Octal 175 40 17 0 112 130 63 11 117 33
Binary 1111101 100000 1111 0 1001010 1011000 110011 1001 1001111 11011

Color Harmonies of #7D200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D200F

Black with #7D200F

Text Example


Text Example

White with #7D200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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