Html Css Color HEX #741306 Falu Red

📋 copy color: '#741306'

red 116 ◦ green 19 ◦ blue 6

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

Shades of Falu Red #741306

Tints of Falu Red #741306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 82.27%
G = 13.48%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#741306 (or 0x741306) is known color: Falu Red. HEX triplet: 74, 13 and 06. RGB value is (116,19,6). Sum of RGB (Red+Green+Blue) = 116+19+6=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #741306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741306 is #8BECF9. Grayscale: #2E2E2E. Windows color (decimal): -9170170 or 398196. OLE color: 398196.

HSL color Cylindrical-coordinate representation of color #741306: hue angle of 7.09º 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 #741306 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 6 -
CMYK 0 0.84 0.95 0.55
HSL 7.09º 0.9% 0.24% -
HSV(B) 7.09º 0.95% 0.45% -
XYZ 7.47 4.19 0.59 -
YUV 46.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 116 19 6 0 0.84 0.95 0.55 7.09 0.9 0.24
Hex 74 13 6 0 54 5F 37 7 5A 18
Octal 164 23 6 0 124 137 67 7 132 30
Binary 1110100 10011 110 0 1010100 1011111 110111 111 1011010 11000

Color Harmonies of #741306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741306

Black with #741306

Text Example


Text Example

White with #741306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741306; }

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

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

background-color css

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

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

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

border-color css

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

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

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