Html Css Color HEX #741B1A Falu Red

📋 copy color: '#741B1A'

red 116 ◦ green 27 ◦ blue 26

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

Shades of Falu Red #741B1A

Tints of Falu Red #741B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.98%

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

R = 68.64%
G = 15.98%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#741B1A (or 0x741B1A) is known color: Falu Red. HEX triplet: 74, 1B and 1A. RGB value is (116,27,26). Sum of RGB (Red+Green+Blue) = 116+27+26=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #741B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B1A is #8BE4E5. Grayscale: #353535. Windows color (decimal): -9168102 or 1710964. OLE color: 1710964.

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

Color convert

RGB 116 27 26 -
CMYK 0 0.77 0.78 0.55
HSL 0.67º 0.63% 0.28% -
HSV(B) 0.67º 0.78% 0.45% -
XYZ 7.78 4.57 1.45 -
YUV 53.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 116 27 26 0 0.77 0.78 0.55 0.67 0.63 0.28
Hex 74 1B 1A 0 4D 4E 37 1 3F 1C
Octal 164 33 32 0 115 116 67 1 77 34
Binary 1110100 11011 11010 0 1001101 1001110 110111 1 111111 11100

Color Harmonies of #741B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B1A

Black with #741B1A

Text Example


Text Example

White with #741B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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