Html Css Color HEX #741E0F Falu Red

📋 copy color: '#741E0F'

red 116 ◦ green 30 ◦ blue 15

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

Shades of Falu Red #741E0F

Tints of Falu Red #741E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 72.05%
G = 18.63%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#741E0F (or 0x741E0F) is known color: Falu Red. HEX triplet: 74, 1E and 0F. RGB value is (116,30,15). Sum of RGB (Red+Green+Blue) = 116+30+15=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #741E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E0F is #8BE1F0. Grayscale: #363636. Windows color (decimal): -9167345 or 990836. OLE color: 990836.

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

Color convert

RGB 116 30 15 -
CMYK 0 0.74 0.87 0.55
HSL 8.91º 0.77% 0.26% -
HSV(B) 8.91º 0.87% 0.45% -
XYZ 7.75 4.68 0.95 -
YUV 54 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 116 30 15 0 0.74 0.87 0.55 8.91 0.77 0.26
Hex 74 1E F 0 4A 57 37 9 4D 1A
Octal 164 36 17 0 112 127 67 11 115 32
Binary 1110100 11110 1111 0 1001010 1010111 110111 1001 1001101 11010

Color Harmonies of #741E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E0F

Black with #741E0F

Text Example


Text Example

White with #741E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,30,15); }

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

background-color css

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

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

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

border-color css

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

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

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