Html Css Color HEX #7A1608 Falu Red

📋 copy color: '#7A1608'

red 122 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #7A1608

Tints of Falu Red #7A1608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

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

R = 80.26%
G = 14.47%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7A1608 (or 0x7A1608) is known color: Falu Red. HEX triplet: 7A, 16 and 08. RGB value is (122,22,8). Sum of RGB (Red+Green+Blue) = 122+22+8=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1608 is #85E9F7. Grayscale: #323232. Windows color (decimal): -8776184 or 530042. OLE color: 530042.

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

Color convert

RGB 122 22 8 -
CMYK 0 0.82 0.93 0.52
HSL 7.37º 0.88% 0.25% -
HSV(B) 7.37º 0.93% 0.48% -
XYZ 8.36 4.73 0.7 -
YUV 50.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 122 22 8 0 0.82 0.93 0.52 7.37 0.88 0.25
Hex 7A 16 8 0 52 5D 34 7 58 19
Octal 172 26 10 0 122 135 64 7 130 31
Binary 1111010 10110 1000 0 1010010 1011101 110100 111 1011000 11001

Color Harmonies of #7A1608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1608

Black with #7A1608

Text Example


Text Example

White with #7A1608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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