Html Css Color HEX #7D251A Falu Red

📋 copy color: '#7D251A'

red 125 ◦ green 37 ◦ blue 26

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

Shades of Falu Red #7D251A

Tints of Falu Red #7D251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

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

R = 66.49%
G = 19.68%
B = 13.83%

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

#7D251A (or 0x7D251A) is known color: Falu Red. HEX triplet: 7D, 25 and 1A. RGB value is (125,37,26). Sum of RGB (Red+Green+Blue) = 125+37+26=188 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.49% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 125 - color contains mainly: red. Hex color #7D251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D251A is #82DAE5. Grayscale: #3E3E3E. Windows color (decimal): -8575718 or 1713533. OLE color: 1713533.

HSL color Cylindrical-coordinate representation of color #7D251A: hue angle of 6.67º 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 #7D251A is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 37 26 -
CMYK 0 0.70 0.79 0.51
HSL 6.67º 0.66% 0.3% -
HSV(B) 6.67º 0.79% 0.49% -
XYZ 9.31 5.76 1.6 -
YUV 62.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 125 37 26 0 0.70 0.79 0.51 6.67 0.66 0.3
Hex 7D 25 1A 0 46 4F 33 7 42 1E
Octal 175 45 32 0 106 117 63 7 102 36
Binary 1111101 100101 11010 0 1000110 1001111 110011 111 1000010 11110

Color Harmonies of #7D251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D251A

Black with #7D251A

Text Example


Text Example

White with #7D251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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