Html Css Color HEX #7A1F03 Falu Red

📋 copy color: '#7A1F03'

red 122 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #7A1F03

Tints of Falu Red #7A1F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

 BLUE value IS 3 (1.56% from 255) = 1.92%

R = 78.21%
G = 19.87%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A1F03 (or 0x7A1F03) is known color: Falu Red. HEX triplet: 7A, 1F and 03. RGB value is (122,31,3). Sum of RGB (Red+Green+Blue) = 122+31+3=156 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.21% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1F03 is #85E0FC. Grayscale: #373737. Windows color (decimal): -8773885 or 204666. OLE color: 204666.

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

Color convert

RGB 122 31 3 -
CMYK 0 0.75 0.98 0.52
HSL 14.12º 0.95% 0.25% -
HSV(B) 14.12º 0.98% 0.48% -
XYZ 8.53 5.12 0.63 -
YUV 55.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 122 31 3 0 0.75 0.98 0.52 14.12 0.95 0.25
Hex 7A 1F 3 0 4B 62 34 E 5F 19
Octal 172 37 3 0 113 142 64 16 137 31
Binary 1111010 11111 11 0 1001011 1100010 110100 1110 1011111 11001

Color Harmonies of #7A1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1F03

Black with #7A1F03

Text Example


Text Example

White with #7A1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,31,3); }

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

background-color css

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

 a { background-color: rgb(122,31,3); }

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

border-color css

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

 span { border-color: rgb(122,31,3); }

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