Html Css Color HEX #7D261A Falu Red

📋 copy color: '#7D261A'

red 125 ◦ green 38 ◦ blue 26

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

Shades of Falu Red #7D261A

Tints of Falu Red #7D261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 66.14%
G = 20.11%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D261A (or 0x7D261A) is known color: Falu Red. HEX triplet: 7D, 26 and 1A. RGB value is (125,38,26). Sum of RGB (Red+Green+Blue) = 125+38+26=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D261A is #82D9E5. Grayscale: #3E3E3E. Windows color (decimal): -8575462 or 1713789. OLE color: 1713789.

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

Color convert

RGB 125 38 26 -
CMYK 0 0.70 0.79 0.51
HSL 7.27º 0.66% 0.3% -
HSV(B) 7.27º 0.79% 0.49% -
XYZ 9.34 5.82 1.61 -
YUV 62.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 125 38 26 0 0.70 0.79 0.51 7.27 0.66 0.3
Hex 7D 26 1A 0 46 4F 33 7 42 1E
Octal 175 46 32 0 106 117 63 7 102 36
Binary 1111101 100110 11010 0 1000110 1001111 110011 111 1000010 11110

Color Harmonies of #7D261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D261A

Black with #7D261A

Text Example


Text Example

White with #7D261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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