Html Css Color HEX #741D1A Falu Red

📋 copy color: '#741D1A'

red 116 ◦ green 29 ◦ blue 26

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

Shades of Falu Red #741D1A

Tints of Falu Red #741D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.96%

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 67.84%
G = 16.96%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#741D1A (or 0x741D1A) is known color: Falu Red. HEX triplet: 74, 1D and 1A. RGB value is (116,29,26). Sum of RGB (Red+Green+Blue) = 116+29+26=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D1A is #8BE2E5. Grayscale: #363636. Windows color (decimal): -9167590 or 1711476. OLE color: 1711476.

HSL color Cylindrical-coordinate representation of color #741D1A: hue angle of 2º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741D1A is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 26 -
CMYK 0 0.75 0.78 0.55
HSL 0.63% 0.28% -
HSV(B) 0.78% 0.45% -
XYZ 7.83 4.67 1.47 -
YUV 54.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 116 29 26 0 0.75 0.78 0.55 2 0.63 0.28
Hex 74 1D 1A 0 4B 4E 37 2 3F 1C
Octal 164 35 32 0 113 116 67 2 77 34
Binary 1110100 11101 11010 0 1001011 1001110 110111 10 111111 11100

Color Harmonies of #741D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D1A

Black with #741D1A

Text Example


Text Example

White with #741D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,29,26); }

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

background-color css

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

 a { background-color: rgb(116,29,26); }

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

border-color css

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

 span { border-color: rgb(116,29,26); }

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