Html Css Color HEX #7E1A01 Falu Red

📋 copy color: '#7E1A01'

red 126 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #7E1A01

Tints of Falu Red #7E1A01

RGB

 RED value IS 126 (49.61% from 255) = 82.35%

 GREEN value IS 26 (10.55% from 255) = 16.99%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 82.35%
G = 16.99%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7E1A01 (or 0x7E1A01) is known color: Falu Red. HEX triplet: 7E, 1A and 01. RGB value is (126,26,1). Sum of RGB (Red+Green+Blue) = 126+26+1=153 (20% of max value = 765). Red value is 126 (49.61% from 255 or 82.35% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1A01 is #81E5FE. Grayscale: #353535. Windows color (decimal): -8513023 or 72318. OLE color: 72318.

HSL color Cylindrical-coordinate representation of color #7E1A01: hue angle of 12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E1A01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 26 1 -
CMYK 0 0.79 0.99 0.51
HSL 12º 0.98% 0.25% -
HSV(B) 12º 0.99% 0.49% -
XYZ 8.98 5.18 0.55 -
YUV 53.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 126 26 1 0 0.79 0.99 0.51 12 0.98 0.25
Hex 7E 1A 1 0 4F 63 33 C 62 19
Octal 176 32 1 0 117 143 63 14 142 31
Binary 1111110 11010 1 0 1001111 1100011 110011 1100 1100010 11001

Color Harmonies of #7E1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1A01

Black with #7E1A01

Text Example


Text Example

White with #7E1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,26,1); }

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

background-color css

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

 a { background-color: rgb(126,26,1); }

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

border-color css

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

 span { border-color: rgb(126,26,1); }

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