Html Css Color HEX #7D1A0B Falu Red

📋 copy color: '#7D1A0B'

red 125 ◦ green 26 ◦ blue 11

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

Shades of Falu Red #7D1A0B

Tints of Falu Red #7D1A0B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.05%

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 77.16%
G = 16.05%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7D1A0B (or 0x7D1A0B) is known color: Falu Red. HEX triplet: 7D, 1A and 0B. RGB value is (125,26,11). Sum of RGB (Red+Green+Blue) = 125+26+11=162 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.16% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1A0B is #82E5F4. Grayscale: #363636. Windows color (decimal): -8578549 or 727677. OLE color: 727677.

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

Color convert

RGB 125 26 11 -
CMYK 0 0.79 0.91 0.51
HSL 7.89º 0.84% 0.27% -
HSV(B) 7.89º 0.91% 0.49% -
XYZ 8.89 5.12 0.84 -
YUV 53.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 125 26 11 0 0.79 0.91 0.51 7.89 0.84 0.27
Hex 7D 1A B 0 4F 5B 33 8 54 1B
Octal 175 32 13 0 117 133 63 10 124 33
Binary 1111101 11010 1011 0 1001111 1011011 110011 1000 1010100 11011

Color Harmonies of #7D1A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1A0B

Black with #7D1A0B

Text Example


Text Example

White with #7D1A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,11); }

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

background-color css

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

 a { background-color: rgb(125,26,11); }

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

border-color css

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

 span { border-color: rgb(125,26,11); }

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