Html Css Color HEX #741506 Falu Red

📋 copy color: '#741506'

red 116 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #741506

Tints of Falu Red #741506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 81.12%
G = 14.69%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#741506 (or 0x741506) is known color: Falu Red. HEX triplet: 74, 15 and 06. RGB value is (116,21,6). Sum of RGB (Red+Green+Blue) = 116+21+6=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #741506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741506 is #8BEAF9. Grayscale: #2F2F2F. Windows color (decimal): -9169658 or 398708. OLE color: 398708.

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

Color convert

RGB 116 21 6 -
CMYK 0 0.82 0.95 0.55
HSL 8.18º 0.9% 0.24% -
HSV(B) 8.18º 0.95% 0.45% -
XYZ 7.5 4.26 0.6 -
YUV 47.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 116 21 6 0 0.82 0.95 0.55 8.18 0.9 0.24
Hex 74 15 6 0 52 5F 37 8 5A 18
Octal 164 25 6 0 122 137 67 10 132 30
Binary 1110100 10101 110 0 1010010 1011111 110111 1000 1011010 11000

Color Harmonies of #741506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741506

Black with #741506

Text Example


Text Example

White with #741506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741506; }

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

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

background-color css

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

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

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

border-color css

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

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

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