Html Css Color HEX #741C06 Falu Red

📋 copy color: '#741C06'

red 116 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #741C06

Tints of Falu Red #741C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 77.33%
G = 18.67%
B = 4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#741C06 (or 0x741C06) is known color: Falu Red. HEX triplet: 74, 1C and 06. RGB value is (116,28,6). Sum of RGB (Red+Green+Blue) = 116+28+6=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #741C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C06 is #8BE3F9. Grayscale: #333333. Windows color (decimal): -9167866 or 400500. OLE color: 400500.

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

Color convert

RGB 116 28 6 -
CMYK 0 0.76 0.95 0.55
HSL 12º 0.9% 0.24% -
HSV(B) 12º 0.95% 0.45% -
XYZ 7.65 4.56 0.65 -
YUV 51.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 116 28 6 0 0.76 0.95 0.55 12 0.9 0.24
Hex 74 1C 6 0 4C 5F 37 C 5A 18
Octal 164 34 6 0 114 137 67 14 132 30
Binary 1110100 11100 110 0 1001100 1011111 110111 1100 1011010 11000

Color Harmonies of #741C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C06

Black with #741C06

Text Example


Text Example

White with #741C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,28,6); }

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

background-color css

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

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

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

border-color css

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

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

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