Html Css Color HEX #7A271A Falu Red

📋 copy color: '#7A271A'

red 122 ◦ green 39 ◦ blue 26

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

Shades of Falu Red #7A271A

Tints of Falu Red #7A271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

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

R = 65.24%
G = 20.86%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7A271A (or 0x7A271A) is known color: Falu Red. HEX triplet: 7A, 27 and 1A. RGB value is (122,39,26). Sum of RGB (Red+Green+Blue) = 122+39+26=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A271A is #85D8E5. Grayscale: #3E3E3E. Windows color (decimal): -8771814 or 1714042. OLE color: 1714042.

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

Color convert

RGB 122 39 26 -
CMYK 0 0.68 0.79 0.52
HSL 8.13º 0.65% 0.29% -
HSV(B) 8.13º 0.79% 0.48% -
XYZ 8.94 5.66 1.6 -
YUV 62.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 122 39 26 0 0.68 0.79 0.52 8.13 0.65 0.29
Hex 7A 27 1A 0 44 4F 34 8 41 1D
Octal 172 47 32 0 104 117 64 10 101 35
Binary 1111010 100111 11010 0 1000100 1001111 110100 1000 1000001 11101

Color Harmonies of #7A271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A271A

Black with #7A271A

Text Example


Text Example

White with #7A271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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