Html Css Color HEX #741F01 Falu Red

📋 copy color: '#741F01'

red 116 ◦ green 31 ◦ blue 1

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

Shades of Falu Red #741F01

Tints of Falu Red #741F01

RGB

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

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

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

R = 78.38%
G = 20.95%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#741F01 (or 0x741F01) is known color: Falu Red. HEX triplet: 74, 1F and 01. RGB value is (116,31,1). Sum of RGB (Red+Green+Blue) = 116+31+1=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #741F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F01 is #8BE0FE. Grayscale: #353535. Windows color (decimal): -9167103 or 73588. OLE color: 73588.

HSL color Cylindrical-coordinate representation of color #741F01: hue angle of 15.65º 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 #741F01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 31 1 -
CMYK 0 0.73 0.99 0.55
HSL 15.65º 0.98% 0.23% -
HSV(B) 15.65º 0.99% 0.45% -
XYZ 7.7 4.7 0.53 -
YUV 53 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 116 31 1 0 0.73 0.99 0.55 15.65 0.98 0.23
Hex 74 1F 1 0 49 63 37 10 62 17
Octal 164 37 1 0 111 143 67 20 142 27
Binary 1110100 11111 1 0 1001001 1100011 110111 10000 1100010 10111

Color Harmonies of #741F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F01

Black with #741F01

Text Example


Text Example

White with #741F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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