Html Css Color HEX #7A240C Falu Red

📋 copy color: '#7A240C'

red 122 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #7A240C

Tints of Falu Red #7A240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 71.76%
G = 21.18%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7A240C (or 0x7A240C) is known color: Falu Red. HEX triplet: 7A, 24 and 0C. RGB value is (122,36,12). Sum of RGB (Red+Green+Blue) = 122+36+12=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A240C is #85DBF3. Grayscale: #3B3B3B. Windows color (decimal): -8772596 or 795770. OLE color: 795770.

HSL color Cylindrical-coordinate representation of color #7A240C: hue angle of 13.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A240C is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 36 12 -
CMYK 0 0.70 0.90 0.52
HSL 13.09º 0.82% 0.26% -
HSV(B) 13.09º 0.9% 0.48% -
XYZ 8.72 5.43 0.94 -
YUV 58.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 122 36 12 0 0.70 0.90 0.52 13.09 0.82 0.26
Hex 7A 24 C 0 46 5A 34 D 52 1A
Octal 172 44 14 0 106 132 64 15 122 32
Binary 1111010 100100 1100 0 1000110 1011010 110100 1101 1010010 11010

Color Harmonies of #7A240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A240C

Black with #7A240C

Text Example


Text Example

White with #7A240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,36,12); }

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

background-color css

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

 a { background-color: rgb(122,36,12); }

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

border-color css

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

 span { border-color: rgb(122,36,12); }

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