Html Css Color HEX #7A251A Falu Red

📋 copy color: '#7A251A'

red 122 ◦ green 37 ◦ blue 26

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

Shades of Falu Red #7A251A

Tints of Falu Red #7A251A

RGB

 RED value IS 122 (48.05% from 255) = 65.95%

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

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

R = 65.95%
G = 20%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7A251A (or 0x7A251A) is known color: Falu Red. HEX triplet: 7A, 25 and 1A. RGB value is (122,37,26). Sum of RGB (Red+Green+Blue) = 122+37+26=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A251A is #85DAE5. Grayscale: #3D3D3D. Windows color (decimal): -8772326 or 1713530. OLE color: 1713530.

HSL color Cylindrical-coordinate representation of color #7A251A: hue angle of 6.88º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A251A is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 37 26 -
CMYK 0 0.70 0.79 0.52
HSL 6.88º 0.65% 0.29% -
HSV(B) 6.88º 0.79% 0.48% -
XYZ 8.87 5.54 1.58 -
YUV 61.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 122 37 26 0 0.70 0.79 0.52 6.88 0.65 0.29
Hex 7A 25 1A 0 46 4F 34 7 41 1D
Octal 172 45 32 0 106 117 64 7 101 35
Binary 1111010 100101 11010 0 1000110 1001111 110100 111 1000001 11101

Color Harmonies of #7A251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A251A

Black with #7A251A

Text Example


Text Example

White with #7A251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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