Html Css Color HEX #741D1D Falu Red

📋 copy color: '#741D1D'

red 116 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #741D1D

Tints of Falu Red #741D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#741D1D (or 0x741D1D) is known color: Falu Red. HEX triplet: 74, 1D and 1D. RGB value is (116,29,29). Sum of RGB (Red+Green+Blue) = 116+29+29=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D1D is #8BE2E2. Grayscale: #373737. Windows color (decimal): -9167587 or 1908084. OLE color: 1908084.

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

Color convert

RGB 116 29 29 -
CMYK 0 0.75 0.75 0.55
HSL 0.6% 0.28% -
HSV(B) 0.75% 0.45% -
XYZ 7.86 4.68 1.65 -
YUV 55.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 116 29 29 0 0.75 0.75 0.55 0 0.6 0.28
Hex 74 1D 1D 0 4B 4B 37 0 3C 1C
Octal 164 35 35 0 113 113 67 0 74 34
Binary 1110100 11101 11101 0 1001011 1001011 110111 0 111100 11100

Color Harmonies of #741D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D1D

Black with #741D1D

Text Example


Text Example

White with #741D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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