Html Css Color HEX #7D1504 Falu Red

📋 copy color: '#7D1504'

red 125 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #7D1504

Tints of Falu Red #7D1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

 BLUE value IS 4 (1.95% from 255) = 2.67%

R = 83.33%
G = 14%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7D1504 (or 0x7D1504) is known color: Falu Red. HEX triplet: 7D, 15 and 04. RGB value is (125,21,4). Sum of RGB (Red+Green+Blue) = 125+21+4=150 (19% of max value = 765). Red value is 125 (49.22% from 255 or 83.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1504 is #82EAFB. Grayscale: #323232. Windows color (decimal): -8579836 or 267645. OLE color: 267645.

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

Color convert

RGB 125 21 4 -
CMYK 0 0.83 0.97 0.51
HSL 8.43º 0.94% 0.25% -
HSV(B) 8.43º 0.97% 0.49% -
XYZ 8.75 4.91 0.6 -
YUV 50.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 125 21 4 0 0.83 0.97 0.51 8.43 0.94 0.25
Hex 7D 15 4 0 53 61 33 8 5E 19
Octal 175 25 4 0 123 141 63 10 136 31
Binary 1111101 10101 100 0 1010011 1100001 110011 1000 1011110 11001

Color Harmonies of #7D1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1504

Black with #7D1504

Text Example


Text Example

White with #7D1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,4); }

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

background-color css

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

 a { background-color: rgb(125,21,4); }

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

border-color css

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

 span { border-color: rgb(125,21,4); }

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