Html Css Color HEX #7D2001 Falu Red

📋 copy color: '#7D2001'

red 125 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #7D2001

Tints of Falu Red #7D2001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 79.11%
G = 20.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7D2001 (or 0x7D2001) is known color: Falu Red. HEX triplet: 7D, 20 and 01. RGB value is (125,32,1). Sum of RGB (Red+Green+Blue) = 125+32+1=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2001 is #82DFFE. Grayscale: #383838. Windows color (decimal): -8577023 or 73853. OLE color: 73853.

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

Color convert

RGB 125 32 1 -
CMYK 0 0.74 0.99 0.51
HSL 15º 0.98% 0.25% -
HSV(B) 15º 0.99% 0.49% -
XYZ 8.98 5.4 0.6 -
YUV 56.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 125 32 1 0 0.74 0.99 0.51 15 0.98 0.25
Hex 7D 20 1 0 4A 63 33 F 62 19
Octal 175 40 1 0 112 143 63 17 142 31
Binary 1111101 100000 1 0 1001010 1100011 110011 1111 1100010 11001

Color Harmonies of #7D2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2001

Black with #7D2001

Text Example


Text Example

White with #7D2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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