Html Css Color HEX #7A1C08 Falu Red

📋 copy color: '#7A1C08'

red 122 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #7A1C08

Tints of Falu Red #7A1C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 77.22%
G = 17.72%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7A1C08 (or 0x7A1C08) is known color: Falu Red. HEX triplet: 7A, 1C and 08. RGB value is (122,28,8). Sum of RGB (Red+Green+Blue) = 122+28+8=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1C08 is #85E3F7. Grayscale: #363636. Windows color (decimal): -8774648 or 531578. OLE color: 531578.

HSL color Cylindrical-coordinate representation of color #7A1C08: hue angle of 10.53º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A1C08 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 28 8 -
CMYK 0 0.77 0.93 0.52
HSL 10.53º 0.88% 0.25% -
HSV(B) 10.53º 0.93% 0.48% -
XYZ 8.49 4.99 0.74 -
YUV 53.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 122 28 8 0 0.77 0.93 0.52 10.53 0.88 0.25
Hex 7A 1C 8 0 4D 5D 34 B 58 19
Octal 172 34 10 0 115 135 64 13 130 31
Binary 1111010 11100 1000 0 1001101 1011101 110100 1011 1011000 11001

Color Harmonies of #7A1C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1C08

Black with #7A1C08

Text Example


Text Example

White with #7A1C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,28,8); }

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

background-color css

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

 a { background-color: rgb(122,28,8); }

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

border-color css

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

 span { border-color: rgb(122,28,8); }

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