Html Css Color HEX #741801 Falu Red

📋 copy color: '#741801'

red 116 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #741801

Tints of Falu Red #741801

RGB

 RED value IS 116 (45.7% from 255) = 82.27%

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 82.27%
G = 17.02%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#741801 (or 0x741801) is known color: Falu Red. HEX triplet: 74, 18 and 01. RGB value is (116,24,1). Sum of RGB (Red+Green+Blue) = 116+24+1=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #741801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741801 is #8BE7FE. Grayscale: #313131. Windows color (decimal): -9168895 or 71796. OLE color: 71796.

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

Color convert

RGB 116 24 1 -
CMYK 0 0.79 0.99 0.55
HSL 12º 0.98% 0.23% -
HSV(B) 12º 0.99% 0.45% -
XYZ 7.53 4.37 0.47 -
YUV 48.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 116 24 1 0 0.79 0.99 0.55 12 0.98 0.23
Hex 74 18 1 0 4F 63 37 C 62 17
Octal 164 30 1 0 117 143 67 14 142 27
Binary 1110100 11000 1 0 1001111 1100011 110111 1100 1100010 10111

Color Harmonies of #741801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741801

Black with #741801

Text Example


Text Example

White with #741801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741801; }

 p { color: rgb(116,24,1); }

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

background-color css

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

 a { background-color: rgb(116,24,1); }

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

border-color css

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

 span { border-color: rgb(116,24,1); }

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