Html Css Color HEX #7D2000 Falu Red

📋 copy color: '#7D2000'

red 125 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #7D2000

Tints of Falu Red #7D2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.62%
G = 20.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7D2000 (or 0x7D2000) is known color: Falu Red. HEX triplet: 7D, 20 and 00. RGB value is (125,32,0). Sum of RGB (Red+Green+Blue) = 125+32+0=157 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.62% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2000 is #82DFFF. Grayscale: #383838. Windows color (decimal): -8577024 or 8317. OLE color: 8317.

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

Color convert

RGB 125 32 0 -
CMYK 0 0.74 1 0.51
HSL 15.36º 1% 0.25% -
HSV(B) 15.36º 1% 0.49% -
XYZ 8.97 5.39 0.57 -
YUV 56.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 125 32 0 0 0.74 1 0.51 15.36 1 0.25
Hex 7D 20 0 0 4A 64 33 F 64 19
Octal 175 40 0 0 112 144 63 17 144 31
Binary 1111101 100000 0 0 1001010 1100100 110011 1111 1100100 11001

Color Harmonies of #7D2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2000

Black with #7D2000

Text Example


Text Example

White with #7D2000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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